diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-03 00:17:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:22 -0500 |
commit | 6f214cc510a59b7a65ee9d4486baf14a3e579f73 (patch) | |
tree | 4e579f2500247716babf400b3bbf13039bacce02 /source4/gtk/tools/gepdump.c | |
parent | acb23b2c5fa02ebbee762a8bf4b9d1fec40d4fea (diff) | |
download | samba-6f214cc510a59b7a65ee9d4486baf14a3e579f73.tar.gz samba-6f214cc510a59b7a65ee9d4486baf14a3e579f73.tar.xz samba-6f214cc510a59b7a65ee9d4486baf14a3e579f73.zip |
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
(This used to be commit 558de54ec6432a4ae90aa14a585f32c6cd03ced2)
Diffstat (limited to 'source4/gtk/tools/gepdump.c')
-rw-r--r-- | source4/gtk/tools/gepdump.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/gtk/tools/gepdump.c b/source4/gtk/tools/gepdump.c index 52e6bdad7d..1ad84b99f5 100644 --- a/source4/gtk/tools/gepdump.c +++ b/source4/gtk/tools/gepdump.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "dynconfig.h" #include "librpc/gen_ndr/ndr_epmapper.h" #include "gtk/common/select.h" #include "gtk/common/gtk-smb.h" @@ -322,9 +323,9 @@ static GtkWidget* create_mainwindow (void) int main(int argc, char **argv) { gtk_init(&argc, &argv); - lp_load(dyn_CONFIGFILE,True,False,False); - load_interfaces(); - setup_logging("gepdump", True); + lp_load(dyn_CONFIGFILE,True,False,False); + load_interfaces(); + setup_logging("gepdump", True); mainwin = create_mainwindow(); gtk_widget_show_all(mainwin); gtk_main(); |