From 235f1485901774bfbeb0f052bc4e1397f4ef0b88 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Mar 2011 16:50:02 +0100 Subject: s3-passdb: use passdb headers where needed. Guenther --- source3/web/swat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/web') diff --git a/source3/web/swat.c b/source3/web/swat.c index 1b73b21dd3..b6e5e2ef17 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -33,6 +33,7 @@ #include "web/swat_proto.h" #include "printing/pcap.h" #include "printing/load.h" +#include "passdb.h" static int demo_mode = False; static int passwd_only = False; -- cgit