diff options
Diffstat (limited to 'source4/gtk/tools/gwcrontab.c')
-rw-r--r-- | source4/gtk/tools/gwcrontab.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c index f06b4fcbe8..38e4e11103 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 "gtk/common/select.h" #include "gtk/common/gtk-smb.h" struct dcerpc_pipe *at_pipe = NULL; @@ -79,7 +80,7 @@ static void on_job_select(GtkTreeSelection *sel, } -void +static void on_connect_activate (GtkMenuItem *menuitem, gpointer user_data) { |