aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/flow_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/flow_graph.c')
-rw-r--r--ui/gtk/flow_graph.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/flow_graph.c b/ui/gtk/flow_graph.c
index 018138efaf..0b79053a03 100644
--- a/ui/gtk/flow_graph.c
+++ b/ui/gtk/flow_graph.c
@@ -26,7 +26,6 @@
#include "config.h"
#include <string.h>
-
#include <epan/packet.h>
#include <epan/stat_tap_ui.h>
@@ -39,6 +38,8 @@
#include "ui/gtk/old-gtk-compat.h"
#include "ui/gtk/gtkglobals.h"
+#include "globals.h"
+
void register_tap_listener_flow_graph(void);
static seq_analysis_info_t *graph_analysis = NULL;