aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/conversations_tcpip.c1
-rw-r--r--gtk/flow_graph.c1
-rw-r--r--gtk/hostlist_tcpip.c1
-rw-r--r--gtk/tcp_graph.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/gtk/conversations_tcpip.c b/gtk/conversations_tcpip.c
index 67f932968f..8f9e60a865 100644
--- a/gtk/conversations_tcpip.c
+++ b/gtk/conversations_tcpip.c
@@ -33,6 +33,7 @@
#include <gtk/gtk.h>
#include <string.h>
#include "epan/packet.h"
+#include <epan/emem.h>
#include <epan/stat_cmd_args.h>
#include "../stat_menu.h"
#include "gui_stat_menu.h"
diff --git a/gtk/flow_graph.c b/gtk/flow_graph.c
index 714da95d48..fa2dd28aff 100644
--- a/gtk/flow_graph.c
+++ b/gtk/flow_graph.c
@@ -46,6 +46,7 @@
#include <epan/to_str.h>
#include <epan/tap.h>
+#include <epan/emem.h>
#include <epan/dissectors/packet-tcp.h>
#include <string.h>
diff --git a/gtk/hostlist_tcpip.c b/gtk/hostlist_tcpip.c
index a3a5cecc17..ea3272e050 100644
--- a/gtk/hostlist_tcpip.c
+++ b/gtk/hostlist_tcpip.c
@@ -37,6 +37,7 @@
#include "../stat_menu.h"
#include "gui_stat_menu.h"
#include <epan/tap.h>
+#include <epan/emem.h>
#include "../register.h"
#include "hostlist_table.h"
#include <epan/dissectors/packet-tcp.h>
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c
index 496b73835f..e7a3d666d6 100644
--- a/gtk/tcp_graph.c
+++ b/gtk/tcp_graph.c
@@ -36,6 +36,7 @@
#include <epan/ipproto.h>
#include "globals.h" /* cfile */
#include <epan/packet.h> /* frame_data */
+#include <epan/emem.h>
#include "gtkglobals.h" /* packet_list */
#include "simple_dialog.h"
#include "gui_utils.h"