diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-26 18:48:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:45 -0500 |
commit | 6aafed9600a3fa05932668c70fc0e20f3724dab6 (patch) | |
tree | 978263d5cb694a4aad3f207ec2290c3d1f77029e /source4/gtk/tools | |
parent | d8e35f882879e189f55b3bca818dd44cc5f0c6fa (diff) | |
download | samba-6aafed9600a3fa05932668c70fc0e20f3724dab6.tar.gz samba-6aafed9600a3fa05932668c70fc0e20f3724dab6.tar.xz samba-6aafed9600a3fa05932668c70fc0e20f3724dab6.zip |
r12499: Move smb_build.h out of includes.h
(This used to be commit c92ace494f92084ddf178626cdf392d151043bc7)
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; |