diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 00:45:16 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 03:20:05 +0100 |
commit | fc720be5a2a178ea9b85cac9a9f8649158e96121 (patch) | |
tree | d91affebcbd3f05cc11d2fb65c17388533da1666 /source4/torture/winbind | |
parent | 7e039c7dda275d91933d19ef8c8a08b0005255b4 (diff) | |
download | samba-fc720be5a2a178ea9b85cac9a9f8649158e96121.tar.gz samba-fc720be5a2a178ea9b85cac9a9f8649158e96121.tar.bz2 samba-fc720be5a2a178ea9b85cac9a9f8649158e96121.zip |
source4/torture: Fix prototypes for all functions.
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r-- | source4/torture/winbind/struct_based.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/winbind/struct_based.c b/source4/torture/winbind/struct_based.c index e15c3b5bd8..aeb81c972c 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); \ |