From ce2a086119330a0a39e6d7423432c1b2e0da247b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 5 Aug 2010 10:49:53 +0200 Subject: s3-popt: Only include popt-common.h when needed. --- source3/lib/smbconf/testsuite.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/smbconf') diff --git a/source3/lib/smbconf/testsuite.c b/source3/lib/smbconf/testsuite.c index 42ef76df11..2c6fedc4ca 100644 --- a/source3/lib/smbconf/testsuite.c +++ b/source3/lib/smbconf/testsuite.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "popt_common.h" #include "lib/smbconf/smbconf.h" #include "lib/smbconf/smbconf_init.h" #include "lib/smbconf/smbconf_reg.h" -- cgit