From 1060f6b3f621cb70b075a879f129e57f10fdbf8a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Mar 2006 23:35:30 +0000 Subject: r14402: Generate seperate headers for RPC client functions. (This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109) --- source4/gtk/common/select.c | 2 +- source4/gtk/tools/gepdump.c | 2 ++ source4/gtk/tools/gwcrontab.c | 1 + source4/gtk/tools/gwsam.c | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/gtk') diff --git a/source4/gtk/common/select.c b/source4/gtk/common/select.c index 61b9649657..c3e73b5c13 100644 --- a/source4/gtk/common/select.c +++ b/source4/gtk/common/select.c @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "librpc/gen_ndr/ndr_samr.h" +#include "librpc/gen_ndr/ndr_samr_c.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" diff --git a/source4/gtk/tools/gepdump.c b/source4/gtk/tools/gepdump.c index eab3987a9a..5d62969028 100644 --- a/source4/gtk/tools/gepdump.c +++ b/source4/gtk/tools/gepdump.c @@ -21,7 +21,9 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_epmapper.h" +#include "librpc/gen_ndr/ndr_epmapper_c.h" #include "librpc/gen_ndr/ndr_mgmt.h" +#include "librpc/gen_ndr/ndr_mgmt_c.h" #include "gtk/common/gtk-smb.h" #include "auth/gensec/gensec.h" diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c index f2e42d01dd..cd2bc30d6e 100644 --- a/source4/gtk/tools/gwcrontab.c +++ b/source4/gtk/tools/gwcrontab.c @@ -21,6 +21,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_atsvc.h" +#include "librpc/gen_ndr/ndr_atsvc_c.h" #include "gtk/common/gtk-smb.h" #include "auth/credentials/credentials.h" diff --git a/source4/gtk/tools/gwsam.c b/source4/gtk/tools/gwsam.c index 633b04851a..608dc1be8d 100644 --- a/source4/gtk/tools/gwsam.c +++ b/source4/gtk/tools/gwsam.c @@ -21,6 +21,7 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_samr.h" +#include "librpc/gen_ndr/ndr_samr_c.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" #include "auth/credentials/credentials.h" -- cgit