aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-10-24 05:52:55 +0000
committerGuy Harris <guy@alum.mit.edu>2012-10-24 05:52:55 +0000
commit1bc158e695653d12793781dcdbb5d0bef0bed32e (patch)
tree25ad53111dca8dfa829d9a49946ec0638821d7d2 /epan/wmem
parent7079f979c352441412d4cf0fffde10ef99bf94e6 (diff)
Include wmem_core.h to define the wmem_allocator_t typedef.
svn path=/trunk/; revision=45753
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/wmem_allocator_glib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wmem/wmem_allocator_glib.c b/epan/wmem/wmem_allocator_glib.c
index 01dbc6c570..e7481102d0 100644
--- a/epan/wmem/wmem_allocator_glib.c
+++ b/epan/wmem/wmem_allocator_glib.c
@@ -27,6 +27,7 @@
#include <glib.h>
+#include "wmem_core.h"
#include "wmem_allocator.h"
/* In this trivial allocator, we just store a GSList of g_malloc()ed