From d98068a71b63330180281e09347c02d69213c2aa Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Fri, 15 Jun 2012 09:45:23 +0200 Subject: NetBSD build fixes. This is a backport of Change-Id: Ib8183d4b585465d05a7adf3a4ceae93ae1bded15 BUG: 764655 Change-Id: I552b87b72c234b3a11af6ffd4a03975879602363 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.com/3574 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/features/marker/utils/src/gsyncd.c | 2 ++ xlators/features/marker/utils/src/procdiggy.c | 1 + 2 files changed, 3 insertions(+) (limited to 'xlators/features') diff --git a/xlators/features/marker/utils/src/gsyncd.c b/xlators/features/marker/utils/src/gsyncd.c index 438451a4450..9c598ce668e 100644 --- a/xlators/features/marker/utils/src/gsyncd.c +++ b/xlators/features/marker/utils/src/gsyncd.c @@ -27,6 +27,8 @@ #include #include #include +#include /* for PATH_MAX */ + #include "common-utils.h" #include "run.h" diff --git a/xlators/features/marker/utils/src/procdiggy.c b/xlators/features/marker/utils/src/procdiggy.c index 6f6e1dd31f7..0baab966dc5 100644 --- a/xlators/features/marker/utils/src/procdiggy.c +++ b/xlators/features/marker/utils/src/procdiggy.c @@ -28,6 +28,7 @@ #include #include #include +#include /* for PATH_MAX */ #include "common-utils.h" #include "procdiggy.h" -- cgit