summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 23:58:21 +0100
committerGünther Deschner <gd@samba.org>2011-04-05 21:46:03 +0200
commitcbdaee6ce7d07c0d9be5b815c35bbb2f53b07e75 (patch)
tree428b239bd30c7acd335c42b422cb11287b636a3b /source3/web
parent5fc6d3a35113b51b05e4c2756023161e1fb6451b (diff)
downloadsamba-cbdaee6ce7d07c0d9be5b815c35bbb2f53b07e75.tar.gz
s3-build: only include intl protos where needed.
Guenther (cherry picked from commit 6b76909f5ef5f279cb73decf83f23d3dbf8adaf8)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/cgi.c1
-rw-r--r--source3/web/neg_lang.c1
-rw-r--r--source3/web/swat.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c
index 601657eb9fb..e8ec2ff8c22 100644
--- a/source3/web/cgi.c
+++ b/source3/web/cgi.c
@@ -21,6 +21,7 @@
#include "system/passwd.h"
#include "system/filesys.h"
#include "web/swat_proto.h"
+#include "intl/lang_tdb.h"
#define MAX_VARIABLES 10000
diff --git a/source3/web/neg_lang.c b/source3/web/neg_lang.c
index f897d109743..59475d12b57 100644
--- a/source3/web/neg_lang.c
+++ b/source3/web/neg_lang.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "web/swat_proto.h"
+#include "intl/lang_tdb.h"
/*
during a file download we first check to see if there is a language
diff --git a/source3/web/swat.c b/source3/web/swat.c
index f26b6557c4f..d00ead56b4b 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -34,6 +34,7 @@
#include "printing/pcap.h"
#include "printing/load.h"
#include "passdb.h"
+#include "intl/lang_tdb.h"
static int demo_mode = False;
static int passwd_only = False;