diff options
author | Günther Deschner <gd@samba.org> | 2010-09-23 00:05:31 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 00:15:22 -0700 |
commit | 34008ef6b35f09b37a3cc7d99cb085e9ff9c85df (patch) | |
tree | 37876144b3fb20d0a4ea76371dfa4f02d2107ade /source3/param | |
parent | 099394a8f768e16c15b001bd27757ecf4b1d5f0b (diff) | |
download | samba-34008ef6b35f09b37a3cc7d99cb085e9ff9c85df.tar.gz samba-34008ef6b35f09b37a3cc7d99cb085e9ff9c85df.tar.xz samba-34008ef6b35f09b37a3cc7d99cb085e9ff9c85df.zip |
s3-build: fix the build of test_lp_load.
Guenther
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/test_lp_load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/test_lp_load.c b/source3/param/test_lp_load.c index 1ec123e70a6..53ac23b99ca 100644 --- a/source3/param/test_lp_load.c +++ b/source3/param/test_lp_load.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "popt_common.h" extern bool AllowDebugChange; |