From 441d607589afec65d9064703e6f11cc0806333bb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Aug 2010 23:17:25 +0200 Subject: s3-services: include svcctl.h where needed. Guenther --- source3/services/services.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/services') diff --git a/source3/services/services.h b/source3/services/services.h index f746f0c8df..bbb1d60f16 100644 --- a/source3/services/services.h +++ b/source3/services/services.h @@ -21,6 +21,8 @@ #ifndef _SERVICES_H /* _SERVICES_H */ #define _SERVICES_H +#include "../librpc/gen_ndr/svcctl.h" + /* where we assume the location of the service control scripts */ #define SVCCTL_SCRIPT_DIR "svcctl" -- cgit