summaryrefslogtreecommitdiffstats
path: root/source/torture/torture.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-16 00:23:11 +0000
committerJelmer Vernooij <jelmer@samba.org>2006-03-16 00:23:11 +0000
commit250a85e6151d89dc3a6f70c33a0b4873cd6907fb (patch)
tree7e19a667cf8eef6ddb504361f66dcd46c69fd06f /source/torture/torture.c
parentc23f6c0f27f9c1873529d9591aecd2aad8efc0df (diff)
downloadsamba-250a85e6151d89dc3a6f70c33a0b4873cd6907fb.tar.gz
samba-250a85e6151d89dc3a6f70c33a0b4873cd6907fb.tar.xz
samba-250a85e6151d89dc3a6f70c33a0b4873cd6907fb.zip
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
try to include just the BASENAME.h files (containing only structs)
Diffstat (limited to 'source/torture/torture.c')
-rw-r--r--source/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/torture/torture.c b/source/torture/torture.c
index ae0e1d20fd1..aba6110acb0 100644
--- a/source/torture/torture.c
+++ b/source/torture/torture.c
@@ -33,6 +33,7 @@
#include "auth/credentials/credentials.h"
#include "librpc/rpc/dcerpc_table.h"
#include "libcli/ldap/ldap_client.h"
+#include "librpc/gen_ndr/ndr_nbt.h"
#include "torture/basic/proto.h"
#include "torture/raw/proto.h"