diff options
author | Jeremy Allison <jra@samba.org> | 2010-05-17 17:17:44 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-05-17 17:17:44 -0700 |
commit | b481b8e1f52562d21e060ad321f05c9d3c7ede0d (patch) | |
tree | 248b1bfbd3981a630049a134e1578b81bec12f77 /source3/torture | |
parent | e22722ae641a43710380faa3e2ca8395e554deb8 (diff) | |
download | samba-b481b8e1f52562d21e060ad321f05c9d3c7ede0d.tar.gz samba-b481b8e1f52562d21e060ad321f05c9d3c7ede0d.tar.xz samba-b481b8e1f52562d21e060ad321f05c9d3c7ede0d.zip |
Fix the build of bin/smbtorture in source3. Guenther please check !
Jeremy.
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b454a7d46dd..72b22969b8d 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -22,6 +22,8 @@ #include "nsswitch/libwbclient/wbc_async.h" #include "torture/proto.h" #include "libcli/security/dom_sid.h" +#include "tldap.h" +#include "tldap_util.h" extern char *optarg; extern int optind; |