diff options
author | Andreas Schneider <asn@samba.org> | 2010-08-05 10:49:53 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-08-05 12:08:31 +0200 |
commit | ce2a086119330a0a39e6d7423432c1b2e0da247b (patch) | |
tree | 8d40f57f40486b779a0a78b714c9ea309b58b3f9 /source3/torture | |
parent | c136b84f0d28d1a88c5918b06f81766a271a3780 (diff) | |
download | samba-ce2a086119330a0a39e6d7423432c1b2e0da247b.tar.gz samba-ce2a086119330a0a39e6d7423432c1b2e0da247b.tar.bz2 samba-ce2a086119330a0a39e6d7423432c1b2e0da247b.zip |
s3-popt: Only include popt-common.h when needed.
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/pdbtest.c | 1 | ||||
-rw-r--r-- | source3/torture/smbiconv.c | 1 | ||||
-rw-r--r-- | source3/torture/vfstest.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index 950177c3ca..a775791cf5 100644 --- a/source3/torture/pdbtest.c +++ b/source3/torture/pdbtest.c @@ -21,6 +21,7 @@ #include "includes.h" +#include "popt_common.h" static bool samu_correct(struct samu *s1, struct samu *s2) { diff --git a/source3/torture/smbiconv.c b/source3/torture/smbiconv.c index 47353d2a94..d5d580c30b 100644 --- a/source3/torture/smbiconv.c +++ b/source3/torture/smbiconv.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "popt_common.h" #undef realloc static int diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index ea18bb395e..75feff83c3 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -24,6 +24,7 @@ */ #include "includes.h" +#include "popt_common.h" #include "vfstest.h" /* List to hold groups of commands */ |