summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-25 23:20:06 +0100
committerGünther Deschner <gd@samba.org>2011-04-05 21:45:58 +0200
commit335adb7e5bd378ad78dba1357a564abfff24fca6 (patch)
treefb8d313f3165f1cd43d13bd89c0684215f32b573 /source3/web
parent6de3ef14b4d7d095aeb7fbb35bb437a445e0296f (diff)
downloadsamba-335adb7e5bd378ad78dba1357a564abfff24fca6.tar.gz
s3-includes: only include system/filesys.h when needed.
Guenther (cherry picked from commit 0e771263eed0b9bc364ce523765ea17dd1192841)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/cgi.c1
-rw-r--r--source3/web/swat.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c
index 0120df7c863..601657eb9fb 100644
--- a/source3/web/cgi.c
+++ b/source3/web/cgi.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "system/passwd.h"
+#include "system/filesys.h"
#include "web/swat_proto.h"
#define MAX_VARIABLES 10000
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 00fbb878562..453efb74256 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -28,6 +28,7 @@
**/
#include "includes.h"
+#include "system/filesys.h"
#include "popt_common.h"
#include "web/swat_proto.h"
#include "printing/pcap.h"