aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-28 21:19:58 +0000
committerEvan Huus <eapache@gmail.com>2013-03-28 21:19:58 +0000
commitd3fe183ebae19e5320d2064860ee34a9f834a439 (patch)
tree1c25cc019605f5f4ee2b5f15f1f1273cf60bbc41 /epan/emem.h
parent07b35a96b7a8b07324cc6774346fa5db82e9ddcc (diff)
downloadwireshark-d3fe183ebae19e5320d2064860ee34a9f834a439.tar.gz
wireshark-d3fe183ebae19e5320d2064860ee34a9f834a439.tar.bz2
wireshark-d3fe183ebae19e5320d2064860ee34a9f834a439.zip
Include glib.h in emem.h, it needs the definitions
svn path=/trunk/; revision=48630
Diffstat (limited to 'epan/emem.h')
-rw-r--r--epan/emem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/emem.h b/epan/emem.h
index 0148251f26..9fce7e62c2 100644
--- a/epan/emem.h
+++ b/epan/emem.h
@@ -26,6 +26,8 @@
#ifndef __EMEM_H__
#define __EMEM_H__
+#include <glib.h>
+
#include "ws_symbol_export.h"
/** @file