diff options
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 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; |