From d99f4f004ca46e4c0f2e60a231a14708a128f0f2 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 31 May 2007 17:24:30 +0000 Subject: r23271: merge service control pidl change for CloseServiceHandle() from SAMBA_3_0_26 (This used to be commit 0b1bc3521fac52f3164b6cc9e053abc3ceabf5e7) --- source3/include/includes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 6c1931844e..e3e24eff07 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -687,8 +687,6 @@ typedef int BOOL; #include "rpc_ds.h" #include "rpc_perfcount.h" #include "rpc_perfcount_defs.h" -#include "librpc/gen_ndr/srvsvc.h" -#include "librpc/gen_ndr/echo.h" #include "librpc/gen_ndr/notify.h" #include "nt_printing.h" #include "idmap.h" @@ -782,6 +780,8 @@ enum flush_reason_enum { /* generated rpc server implementation functions */ #include "librpc/gen_ndr/srv_echo.h" +#include "librpc/gen_ndr/srv_svcctl.h" +#include "librpc/gen_ndr/srv_lsa.h" /***** automatically generated prototypes *****/ #ifndef NO_PROTO_H -- cgit