aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/asn1.c1
-rw-r--r--epan/column-utils.c1
-rw-r--r--epan/follow.c1
-rw-r--r--epan/frame_data.c1
-rw-r--r--epan/gcp.c2
-rw-r--r--epan/reassemble.c3
-rw-r--r--epan/sigcomp-udvm.c2
-rw-r--r--epan/stream.c1
-rw-r--r--epan/tvbuff_composite.c2
-rw-r--r--epan/tvbuff_real.c2
-rw-r--r--epan/tvbuff_subset.c2
11 files changed, 16 insertions, 2 deletions
diff --git a/epan/asn1.c b/epan/asn1.c
index 6f0e20ca6f..4ff44bb28e 100644
--- a/epan/asn1.c
+++ b/epan/asn1.c
@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <math.h>
+#include <epan/emem.h>
#include <epan/packet.h>
#include "asn1.h"
diff --git a/epan/column-utils.c b/epan/column-utils.c
index ef0e75e682..6457002312 100644
--- a/epan/column-utils.c
+++ b/epan/column-utils.c
@@ -42,6 +42,7 @@
#include "proto.h"
#include <epan/strutil.h>
+#include <epan/emem.h>
#include <epan/epan.h>
/* Allocate all the data structures for constructing column data, given
diff --git a/epan/follow.c b/epan/follow.c
index f4b156ce48..b2318b5a62 100644
--- a/epan/follow.c
+++ b/epan/follow.c
@@ -35,6 +35,7 @@
#include <glib.h>
#include <epan/packet.h>
+#include <epan/emem.h>
#include <epan/ipproto.h>
#include <epan/dissectors/packet-tcp.h>
#include "follow.h"
diff --git a/epan/frame_data.c b/epan/frame_data.c
index 72964e46a1..ec25b3407d 100644
--- a/epan/frame_data.c
+++ b/epan/frame_data.c
@@ -30,6 +30,7 @@
#include <wiretap/wtap.h>
#include <epan/frame_data.h>
#include <epan/packet.h>
+#include <epan/emem.h>
#include <epan/wmem/wmem.h>
#include <epan/timestamp.h>
diff --git a/epan/gcp.c b/epan/gcp.c
index 9dec5772a7..5c6ca7327f 100644
--- a/epan/gcp.c
+++ b/epan/gcp.c
@@ -31,6 +31,8 @@
#include "config.h"
+#include <epan/emem.h>
+
#include "gcp.h"
static wmem_tree_t* msgs = NULL;
diff --git a/epan/reassemble.c b/epan/reassemble.c
index 65912ffce0..5c19af3cea 100644
--- a/epan/reassemble.c
+++ b/epan/reassemble.c
@@ -27,9 +27,8 @@
#include <string.h>
#include <epan/packet.h>
-
+#include <epan/emem.h>
#include <epan/reassemble.h>
-
#include <epan/tvbuff-int.h>
/*
diff --git a/epan/sigcomp-udvm.c b/epan/sigcomp-udvm.c
index cf876b44e8..e13be39c10 100644
--- a/epan/sigcomp-udvm.c
+++ b/epan/sigcomp-udvm.c
@@ -37,6 +37,8 @@
#include <string.h>
#include <glib.h>
+#include <epan/emem.h>
+
#include <wsutil/sha1.h>
#include <wsutil/crc16.h>
diff --git a/epan/stream.c b/epan/stream.c
index a5dd667aab..f7df235ce3 100644
--- a/epan/stream.c
+++ b/epan/stream.c
@@ -29,6 +29,7 @@
#include <glib.h>
#include <epan/packet.h>
+#include <epan/emem.h>
#include <epan/reassemble.h>
#include <epan/stream.h>
#include <epan/tvbuff.h>
diff --git a/epan/tvbuff_composite.c b/epan/tvbuff_composite.c
index 1e1a927df7..62ca4fdefe 100644
--- a/epan/tvbuff_composite.c
+++ b/epan/tvbuff_composite.c
@@ -25,6 +25,8 @@
#include "config.h"
+#include <epan/emem.h>
+
#include "tvbuff.h"
#include "tvbuff-int.h"
#include "proto.h" /* XXX - only used for DISSECTOR_ASSERT, probably a new header file? */
diff --git a/epan/tvbuff_real.c b/epan/tvbuff_real.c
index e3368beba0..0241153701 100644
--- a/epan/tvbuff_real.c
+++ b/epan/tvbuff_real.c
@@ -25,6 +25,8 @@
#include "config.h"
+#include <epan/emem.h>
+
#include "tvbuff.h"
#include "tvbuff-int.h"
#include "proto.h" /* XXX - only used for DISSECTOR_ASSERT, probably a new header file? */
diff --git a/epan/tvbuff_subset.c b/epan/tvbuff_subset.c
index 806b2ac44e..a9fbd2be9b 100644
--- a/epan/tvbuff_subset.c
+++ b/epan/tvbuff_subset.c
@@ -25,6 +25,8 @@
#include "config.h"
+#include <epan/emem.h>
+
#include "tvbuff.h"
#include "tvbuff-int.h"
#include "proto.h" /* XXX - only used for DISSECTOR_ASSERT, probably a new header file? */