From 27ae1677eb2a6ed4a04bda0df5cc92f2780c11ed Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Sun, 13 May 2012 09:11:57 +0200 Subject: NetBSD build fixes Last batch of NetBSD build fixes, makes 3.3.0qa40 operational. Round 2: only include for NetBSD BUG: 764655 Change-Id: Icd7290f1e340675d763665a0d0c5f95bc14e0c55 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.com/3321 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Vijay Bellur --- xlators/features/marker/utils/src/procdiggy.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xlators/features/marker') diff --git a/xlators/features/marker/utils/src/procdiggy.h b/xlators/features/marker/utils/src/procdiggy.h index f4586de6c67..ee87b0e3916 100644 --- a/xlators/features/marker/utils/src/procdiggy.h +++ b/xlators/features/marker/utils/src/procdiggy.h @@ -17,6 +17,10 @@ . */ +#ifdef __NetBSD__ +#include +#endif /* __NetBSD__ */ + #define PROC "/proc" pid_t pidinfo (pid_t pid, char **name); -- cgit