summaryrefslogtreecommitdiffstats
path: root/auth
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
commit2aebf16ac1c250efb4992253d2b848e3c4832e14 (patch)
tree3a695003678e94e8f32976076fc5d7f109923a2f /auth
parentee06cbce30ccdb057ffc5b3da2d7fb1010a13837 (diff)
downloadsamba-2aebf16ac1c250efb4992253d2b848e3c4832e14.tar.gz
samba-2aebf16ac1c250efb4992253d2b848e3c4832e14.tar.xz
samba-2aebf16ac1c250efb4992253d2b848e3c4832e14.zip
auth/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 'auth')
-rw-r--r--auth/credentials/tests/simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/credentials/tests/simple.c b/auth/credentials/tests/simple.c
index 6c722750d6..90633ecbea 100644
--- a/auth/credentials/tests/simple.c
+++ b/auth/credentials/tests/simple.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "auth/credentials/credentials.h"
#include "torture/torture.h"
+#include "torture/local/proto.h"
static bool test_init(struct torture_context *tctx)
{