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/locking/brlock.c | 1 + source3/locking/locking.c | 1 + source3/locking/posix.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source3/locking') diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index 95194dad16..0152897081 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -25,6 +25,7 @@ used. This allows us to provide the same semantics as NT */ #include "includes.h" +#include "system/filesys.h" #include "librpc/gen_ndr/messaging.h" #include "smbd/globals.h" #include "dbwrap.h" diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 32d1b34faa..bfdf8092fd 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -36,6 +36,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "librpc/gen_ndr/messaging.h" #include "smbd/globals.h" #include "dbwrap.h" diff --git a/source3/locking/posix.c b/source3/locking/posix.c index 3bddb630db..c0eca295a2 100644 --- a/source3/locking/posix.c +++ b/source3/locking/posix.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "dbwrap.h" #undef DBGC_CLASS -- cgit