diff options
author | James Peach <jpeach@samba.org> | 2010-06-21 14:11:58 -0700 |
---|---|---|
committer | James Peach <jpeach@samba.org> | 2010-06-21 14:12:58 -0700 |
commit | f5709975c1671dc23471a81b2a6523138d98a74b (patch) | |
tree | e3bee68e5f3c3373f51ca383ab6f812f1190b732 /source4/torture | |
parent | 32f82fbec0a4dab0c3679dae6951535c2e1ca396 (diff) | |
download | samba-f5709975c1671dc23471a81b2a6523138d98a74b.tar.gz samba-f5709975c1671dc23471a81b2a6523138d98a74b.tar.xz samba-f5709975c1671dc23471a81b2a6523138d98a74b.zip |
smbtorture: Fix missing includes.
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/shell.c b/source4/torture/shell.c index 2f58eb989bc..3f48075dba0 100644 --- a/source4/torture/shell.c +++ b/source4/torture/shell.c @@ -25,6 +25,7 @@ #include "lib/cmdline/popt_common.h" #include "auth/credentials/credentials.h" #include "torture/smbtorture.h" +#include "param/param.h" struct shell_command; |