diff options
author | Günther Deschner <gd@samba.org> | 2010-03-25 18:36:12 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-25 18:38:26 +0100 |
commit | c2a6631dc6a6ea61036f978ede083da3a98861c7 (patch) | |
tree | 73d71e89b31a53743117a177ba7cc7e217741fea /source4 | |
parent | 36f4541d92b7ae588743ce206514d27419d478df (diff) | |
download | samba-c2a6631dc6a6ea61036f978ede083da3a98861c7.tar.gz samba-c2a6631dc6a6ea61036f978ede083da3a98861c7.tar.bz2 samba-c2a6631dc6a6ea61036f978ede083da3a98861c7.zip |
s4-smbtorture: fix include of proto header in main RAP test.
Guenther
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rap/rap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c index 53966afa96..579dbbb003 100644 --- a/source4/torture/rap/rap.c +++ b/source4/torture/rap/rap.c @@ -26,6 +26,7 @@ #include "libcli/rap/rap.h" #include "librpc/ndr/libndr.h" #include "param/param.h" +#include "torture/rap/proto.h" #define RAP_GOTO(call) do { \ NTSTATUS _status; \ |