diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-02-04 14:08:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:47 -0500 |
commit | 1a53c1dc927efbc6a594ed513feb9ab9247078e8 (patch) | |
tree | 1a93785abb3ba5af9e321dcc9bb299f30c512ffd /source4/torture/nbt | |
parent | 289e9baa1d9ab7fa36d88a5cd50c0a0f706c07bb (diff) | |
download | samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.tar.gz samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.tar.bz2 samba-1a53c1dc927efbc6a594ed513feb9ab9247078e8.zip |
r13346: use private proto header files for the torture tests
metze
(This used to be commit 67837dbd2bcff8ec1917ba02884ee2eaa0776b46)
Diffstat (limited to 'source4/torture/nbt')
-rw-r--r-- | source4/torture/nbt/dgram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/nbt/dgram.c b/source4/torture/nbt/dgram.c index 821a169314..f44b819329 100644 --- a/source4/torture/nbt/dgram.c +++ b/source4/torture/nbt/dgram.c @@ -25,6 +25,7 @@ #include "librpc/gen_ndr/ndr_samr.h" #include "lib/socket/socket.h" #include "lib/events/events.h" +#include "torture/rpc/proto.h" #define TEST_NAME "TORTURE_TEST" |