summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-29 15:33:54 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-29 15:44:09 +1000
commit489f528857bfb4993cf44dd7a5391ac5196c0747 (patch)
tree2a632f76bb52852710bed32173d00fa30a22745c /source3/web
parentff1382753736c08156bd4308b1cc742cb6dc87b9 (diff)
downloadsamba-489f528857bfb4993cf44dd7a5391ac5196c0747.tar.gz
param: Merge param headers into lib/param/loadparm.h
This defines a common table format, so we can in future define a common table. Andrew Bartlett
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/swat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 190006b3cce..3c209b5b3c9 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -35,6 +35,7 @@
#include "printing/load.h"
#include "passdb.h"
#include "intl/lang_tdb.h"
+#include "lib/param/loadparm.h"
static int demo_mode = False;
static int passwd_only = False;