1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4-smbtorture: fix include of proto header in main RAP test.

Guenther
This commit is contained in:
Günther Deschner 2010-03-25 18:36:12 +01:00
parent 36f4541d92
commit c2a6631dc6

View File

@ -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; \