diff options
author | Günther Deschner <gd@samba.org> | 2010-09-23 00:06:17 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 00:15:22 -0700 |
commit | a11d6c77e460bdb9755a66a62483b3ad0ae57373 (patch) | |
tree | 5f71394111c51642766153ee22c2ac34baafcdc3 /source3/utils | |
parent | 34008ef6b35f09b37a3cc7d99cb085e9ff9c85df (diff) | |
download | samba-a11d6c77e460bdb9755a66a62483b3ad0ae57373.tar.gz samba-a11d6c77e460bdb9755a66a62483b3ad0ae57373.tar.bz2 samba-a11d6c77e460bdb9755a66a62483b3ad0ae57373.zip |
s3-build: fix the build of split_tokens.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/split_tokens.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/split_tokens.c b/source3/utils/split_tokens.c index ac4f7268e9..6c49b8b6e7 100644 --- a/source3/utils/split_tokens.c +++ b/source3/utils/split_tokens.c @@ -24,6 +24,7 @@ */ #include "includes.h" +#include "popt_common.h" extern bool AllowDebugChange; |