From bfa0b8acabcdce7883ced9fc9ce867792c3e5547 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Thu, 18 Jul 2013 17:10:54 +0200 Subject: include for PATH_MAX I need to include in order to use PATH_MAX, Otherwise it will not build at mine. I believe it is standard compliant to do so: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html Backport of I3f124466f7f7742e94a9d1256bc9239ec16aab04 BUG: 764655 Change-Id: I92c79dfd439f41bfa2a970c16c13a60ea6baa2f8 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.org/5342 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- libglusterfs/src/glusterfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 112925207d6..b597534eb51 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -32,6 +32,7 @@ #include #include #include +#include /* For PATH_MAX */ #include "list.h" #include "logging.h" -- cgit