diff options
author | Rafal Szczesniak <mimir@samba.org> | 2006-05-13 22:17:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:06:01 -0500 |
commit | a13f2c5d59a6a6c1dd23681a4c7c5b80593b801f (patch) | |
tree | be24abddbc994660fd4a986efa00c74d6916355e | |
parent | 8d6249814f45e95a9941dfc7d6d3d2a93811efb0 (diff) | |
download | samba-a13f2c5d59a6a6c1dd23681a4c7c5b80593b801f.tar.gz samba-a13f2c5d59a6a6c1dd23681a4c7c5b80593b801f.tar.bz2 samba-a13f2c5d59a6a6c1dd23681a4c7c5b80593b801f.zip |
r15588: Fix the build of smbtorture.
rafal
(This used to be commit c4ff7aacfb97419448160af82f30f55fe8446c18)
-rw-r--r-- | source4/torture/torture_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture_util.c b/source4/torture/torture_util.c index 0757a0c346..805249b6fd 100644 --- a/source4/torture/torture_util.c +++ b/source4/torture/torture_util.c @@ -20,6 +20,7 @@ #include "includes.h" #include "smb.h" +#include "lib/cmdline/popt_common.h" #include "libcli/raw/libcliraw.h" #include "libcli/libcli.h" #include "system/shmem.h" |