diff options
Diffstat (limited to 'source4/gtk/tools')
-rw-r--r-- | source4/gtk/tools/gepdump.c | 3 | ||||
-rw-r--r-- | source4/gtk/tools/gregedit.c | 1 | ||||
-rw-r--r-- | source4/gtk/tools/gwcrontab.c | 1 | ||||
-rw-r--r-- | source4/gtk/tools/gwsam.c | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/source4/gtk/tools/gepdump.c b/source4/gtk/tools/gepdump.c index 1f8d156865..41d523b7ce 100644 --- a/source4/gtk/tools/gepdump.c +++ b/source4/gtk/tools/gepdump.c @@ -25,6 +25,7 @@ #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" #include "lib/cmdline/popt_common.h" +#include "smb_build.h" /* * Show: @@ -459,7 +460,7 @@ static GtkWidget* create_mainwindow (void) } - int main(int argc, char **argv) +int main(int argc, char **argv) { gepdump_init_subsystems; lp_load(); diff --git a/source4/gtk/tools/gregedit.c b/source4/gtk/tools/gregedit.c index 57a30c091e..94cfb4123e 100644 --- a/source4/gtk/tools/gregedit.c +++ b/source4/gtk/tools/gregedit.c @@ -24,6 +24,7 @@ #include "lib/cmdline/popt_common.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" +#include "smb_build.h" static GtkTreeStore *store_keys; static GtkListStore *store_vals; diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c index a98fe412db..647fdd2c16 100644 --- a/source4/gtk/tools/gwcrontab.c +++ b/source4/gtk/tools/gwcrontab.c @@ -23,6 +23,7 @@ #include "librpc/gen_ndr/ndr_atsvc.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" +#include "smb_build.h" static struct dcerpc_pipe *at_pipe = NULL; static GtkWidget *mainwin; diff --git a/source4/gtk/tools/gwsam.c b/source4/gtk/tools/gwsam.c index 78f597500e..644cc5c043 100644 --- a/source4/gtk/tools/gwsam.c +++ b/source4/gtk/tools/gwsam.c @@ -23,6 +23,7 @@ #include "librpc/gen_ndr/ndr_samr.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" +#include "smb_build.h" struct policy_handle sam_handle; struct dcerpc_pipe *sam_pipe = NULL; |