summaryrefslogtreecommitdiff
path: root/source4/torture/raw/samba3misc.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:42:42 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:04 +0100
commit6dfd88ab0ac73bc966e7fe0eac0b7b34585c17df (patch)
tree3ffa1b5f9662990cb255eb0c7d7f1129dbdedf73 /source4/torture/raw/samba3misc.c
parenta252ded937db2e8e4c81b608fbbf18714a900032 (diff)
downloadsamba-6dfd88ab0ac73bc966e7fe0eac0b7b34585c17df.tar.gz
samba-6dfd88ab0ac73bc966e7fe0eac0b7b34585c17df.tar.bz2
samba-6dfd88ab0ac73bc966e7fe0eac0b7b34585c17df.zip
source4/torture/raw: Fix prototypes for all functions.
Diffstat (limited to 'source4/torture/raw/samba3misc.c')
-rw-r--r--source4/torture/raw/samba3misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/samba3misc.c b/source4/torture/raw/samba3misc.c
index a603111fa2..0125d1f3d7 100644
--- a/source4/torture/raw/samba3misc.c
+++ b/source4/torture/raw/samba3misc.c
@@ -27,6 +27,7 @@
#include "torture/util.h"
#include "lib/events/events.h"
#include "param/param.h"
+#include "torture/raw/proto.h"
#define CHECK_STATUS(status, correct) do { \
if (!NT_STATUS_EQUAL(status, correct)) { \