summaryrefslogtreecommitdiff
path: root/source4/torture/winbind
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:45:16 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commitfc720be5a2a178ea9b85cac9a9f8649158e96121 (patch)
treed91affebcbd3f05cc11d2fb65c17388533da1666 /source4/torture/winbind
parent7e039c7dda275d91933d19ef8c8a08b0005255b4 (diff)
downloadsamba-fc720be5a2a178ea9b85cac9a9f8649158e96121.tar.gz
source4/torture: Fix prototypes for all functions.
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r--source4/torture/winbind/struct_based.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c
index e15c3b5bd8f..aeb81c972ce 100644
--- a/source4/torture/winbind/struct_based.c
+++ b/source4/torture/winbind/struct_based.c
@@ -25,6 +25,7 @@
#include "librpc/gen_ndr/netlogon.h"
#include "param/param.h"
#include "../libcli/auth/pam_errors.h"
+#include "torture/winbind/proto.h"
#define DO_STRUCT_REQ_REP_EXT(op,req,rep,expected,strict,warnaction,cmt) do { \
NSS_STATUS __got, __expected = (expected); \