diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 23:58:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | 6b76909f5ef5f279cb73decf83f23d3dbf8adaf8 (patch) | |
tree | 225f47c2fc120491e71d0b50b723db8ec1debdc6 /source3/web | |
parent | 60d2816c5e914f1674267a3b388c302335f93466 (diff) | |
download | samba-6b76909f5ef5f279cb73decf83f23d3dbf8adaf8.tar.gz samba-6b76909f5ef5f279cb73decf83f23d3dbf8adaf8.tar.xz samba-6b76909f5ef5f279cb73decf83f23d3dbf8adaf8.zip |
s3-build: only include intl protos where needed.
Guenther
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/cgi.c | 1 | ||||
-rw-r--r-- | source3/web/neg_lang.c | 1 | ||||
-rw-r--r-- | source3/web/swat.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c index c7edf6b27dd..c50f92bca77 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 b6e5e2ef17a..f06bf5ed26c 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; |