summaryrefslogtreecommitdiffstats
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:08:17 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:44 +0200
commitcc1c1f5b10f423e74756a9ecf4ad1d1dc419654e (patch)
treef79e3225e6d7f3f63b64ce5fe004143e43f4256a /source4/librpc
parent6788a4085c14b483f7941240254915eb64b11c18 (diff)
downloadsamba-cc1c1f5b10f423e74756a9ecf4ad1d1dc419654e.tar.gz
samba-cc1c1f5b10f423e74756a9ecf4ad1d1dc419654e.tar.xz
samba-cc1c1f5b10f423e74756a9ecf4ad1d1dc419654e.zip
s4:librpc/tests: add missing #include "torture/local/proto.h"
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/tests/binding_string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/tests/binding_string.c b/source4/librpc/tests/binding_string.c
index 59a26c6e8b..b2866a4d89 100644
--- a/source4/librpc/tests/binding_string.c
+++ b/source4/librpc/tests/binding_string.c
@@ -24,6 +24,7 @@
#include "librpc/rpc/dcerpc.h"
#include "librpc/rpc/dcerpc_proto.h"
#include "torture/torture.h"
+#include "torture/local/proto.h"
#include "lib/util/util_net.h"
static bool test_BindingString(struct torture_context *tctx,