diff options
author | Günther Deschner <gd@samba.org> | 2011-02-22 19:24:31 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 21:52:18 +0100 |
commit | 8225c0ad6c5fbcb522912fa5f5af605f721e5216 (patch) | |
tree | 8de17449f45f2a25a56fb9367b8eb2683b43cf9c /source3/web | |
parent | 5a0cf0c77e033da68d9dedb048995aa2ade76460 (diff) | |
download | samba-8225c0ad6c5fbcb522912fa5f5af605f721e5216.tar.gz samba-8225c0ad6c5fbcb522912fa5f5af605f721e5216.tar.bz2 samba-8225c0ad6c5fbcb522912fa5f5af605f721e5216.zip |
s3-printing: only include printing where really needed.
Guenther
Diffstat (limited to 'source3/web')
-rw-r--r-- | source3/web/swat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index 93fe36827c..00fbb87856 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -31,6 +31,7 @@ #include "popt_common.h" #include "web/swat_proto.h" #include "printing/pcap.h" +#include "printing/load.h" static int demo_mode = False; static int passwd_only = False; |