From 8c4bf91025e2bf510a56f5789594beceb3c3827c Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Fri, 27 Apr 2012 11:41:14 +0200 Subject: NetBSD build fixes Change-Id: Ib8183d4b585465d05a7adf3a4ceae93ae1bded15 BUG: 764655 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.com/3238 Reviewed-by: Amar Tumballi Tested-by: Gluster Build System Reviewed-by: Jeff Darcy Reviewed-by: Vijay Bellur --- 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 24de4096f8b..b5263c7287c 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 e5f9af7b614..18296a47945 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