From af38b5f8009ac9f0ea7fb9cc10c0565e4908b2c3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Aug 2010 15:25:35 +0200 Subject: s3-smbtorture: include svcctl.h Guenther --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index cea7b8a4bf..0c1550d6af 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -24,6 +24,7 @@ #include "libcli/security/dom_sid.h" #include "tldap.h" #include "tldap_util.h" +#include "../librpc/gen_ndr/svcctl.h" extern char *optarg; extern int optind; -- cgit