summaryrefslogtreecommitdiffstats
path: root/source/gtk/tools
diff options
context:
space:
mode:
Diffstat (limited to 'source/gtk/tools')
-rw-r--r--source/gtk/tools/gepdump.c1
-rw-r--r--source/gtk/tools/gwcrontab.c1
-rw-r--r--source/gtk/tools/gwsam.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source/gtk/tools/gepdump.c b/source/gtk/tools/gepdump.c
index 5232187644f..c5c378c4656 100644
--- a/source/gtk/tools/gepdump.c
+++ b/source/gtk/tools/gepdump.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "librpc/gen_ndr/ndr_epmapper.h"
#include "gtk/common/gtk-smb.h"
/*
diff --git a/source/gtk/tools/gwcrontab.c b/source/gtk/tools/gwcrontab.c
index e651b78219d..f06b4fcbe8c 100644
--- a/source/gtk/tools/gwcrontab.c
+++ b/source/gtk/tools/gwcrontab.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "librpc/gen_ndr/ndr_atsvc.h"
#include "gtk/common/gtk-smb.h"
struct dcerpc_pipe *at_pipe = NULL;
diff --git a/source/gtk/tools/gwsam.c b/source/gtk/tools/gwsam.c
index be9c5d1257c..829d4d50f6a 100644
--- a/source/gtk/tools/gwsam.c
+++ b/source/gtk/tools/gwsam.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "librpc/gen_ndr/ndr_samr.h"
#include "gtk/common/gtk-smb.h"
struct policy_handle sam_handle;