aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-01-15 16:27:17 +0000
committerEvan Huus <eapache@gmail.com>2013-01-15 16:27:17 +0000
commite963cec25cccfed196d919229347e51a50dc0627 (patch)
treefbfa86656a12b8331e88c26aadb7bbdb214c7bcd /epan/wmem/wmem.h
parentb0a0372cfff4c8c1774ba9667484f2b1d48d36b3 (diff)
Add missing header #include as the slab is part of the API even if nobody
outside wmem itself uses it yet. svn path=/trunk/; revision=47094
Diffstat (limited to 'epan/wmem/wmem.h')
-rw-r--r--epan/wmem/wmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wmem/wmem.h b/epan/wmem/wmem.h
index 253eff8179..7701a1c106 100644
--- a/epan/wmem/wmem.h
+++ b/epan/wmem/wmem.h
@@ -28,6 +28,7 @@
#include "wmem_core.h"
#include "wmem_scopes.h"
+#include "wmem_slab.h"
#include "wmem_slist.h"
#include "wmem_stack.h"
#include "wmem_strbuf.h"