From 0e771263eed0b9bc364ce523765ea17dd1192841 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 23:20:06 +0100 Subject: s3-includes: only include system/filesys.h when needed. Guenther --- source3/lib/system.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/system.c') diff --git a/source3/lib/system.c b/source3/lib/system.c index f846dcac89..52b6477266 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -24,6 +24,7 @@ #include "system/syslog.h" #include "system/capability.h" #include "system/passwd.h" +#include "system/filesys.h" #ifdef HAVE_SYS_PRCTL_H #include -- cgit