aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/proto_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/proto_dlg.c')
-rw-r--r--ui/gtk/proto_dlg.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/gtk/proto_dlg.c b/ui/gtk/proto_dlg.c
index 012e128be8..e2a03588fe 100644
--- a/ui/gtk/proto_dlg.c
+++ b/ui/gtk/proto_dlg.c
@@ -29,10 +29,12 @@
# include <gdk/gdkkeysyms-compat.h>
#endif
+#include <epan/packet.h>
#include <epan/prefs.h>
-#include <wsutil/filesystem.h>
#include <epan/disabled_protos.h>
+#include <wsutil/filesystem.h>
+
#include "ui/util.h"
#include "ui/gtk/main.h"
@@ -42,6 +44,8 @@
#include "ui/gtk/help_dlg.h"
#include "simple_dialog.h"
+#include "globals.h"
+
static gboolean set_proto_selection(GtkWidget *);
static gboolean revert_proto_selection(void);