aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:59:42 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-18 13:13:43 +0000
commit3adbd937713637eab03306158e94a0d6687ef0eb (patch)
treed2e7424c74717e458d38603bc2c7e727517415e6 /epan/wmem
parenta913bdd4902f240eb1b4b9f0f0df0de323e4616f (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Change-Id: I59e744d905a0a13eea4ff649a984b2ed9f1f51e7 Reviewed-on: https://code.wireshark.org/review/3697 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/wmem_map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wmem/wmem_map.c b/epan/wmem/wmem_map.c
index 7fb9310653..e46c686d60 100644
--- a/epan/wmem/wmem_map.c
+++ b/epan/wmem/wmem_map.c
@@ -25,6 +25,7 @@
#include "wmem_core.h"
#include "wmem_map.h"
+#include "wmem_map_int.h"
static guint32 x; /* Used for universal integer hashing (see the HASH macro) */