aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-09-13 09:13:09 +0000
committerJörg Mayer <jmayer@loplof.de>2013-09-13 09:13:09 +0000
commit1e762e315dcb07f8d78d7aabc20f5065a8ed43f0 (patch)
treed4a7d50c932f911e72025008669b7247b6448869 /epan/proto.h
parentf348cd5678bc5d161d6fa478d42d90902c97a319 (diff)
Remove epan.h from ftypes.h, address.h and tpg.h,
add it to proto.h as it contains macros that require emem.h svn path=/trunk/; revision=52001
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index cdb9c9c012..1fbee97be5 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -45,6 +45,8 @@
#include <glib.h>
+#include <epan/emem.h>
+
#include "ipv4.h"
#include "wsutil/nstime.h"
#include "time_fmt.h"