From deb19de9f613611b374b1ff4d0f3a83079604c5a Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Thu, 18 Jul 2013 11:13:08 +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 BUG: 764655 Change-Id: I3f124466f7f7742e94a9d1256bc9239ec16aab04 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.org/5340 Reviewed-by: Kaleb KEITHLEY Reviewed-by: Jeff Darcy Tested-by: Gluster Build System --- libglusterfs/src/glusterfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 797085c1..8643d756 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