aboutsummaryrefslogtreecommitdiffstats
path: root/epan/geoip_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/geoip_db.c')
-rw-r--r--epan/geoip_db.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/epan/geoip_db.c b/epan/geoip_db.c
index 7ef82645ce..18bc7c076d 100644
--- a/epan/geoip_db.c
+++ b/epan/geoip_db.c
@@ -31,14 +31,16 @@
#include <glib.h>
+#include <epan/wmem/wmem.h>
+
#ifdef HAVE_GEOIP
#include <GeoIP.h>
#include <GeoIPCity.h>
-#include "geoip_db.h"
-#include "uat.h"
-#include "prefs.h"
-#include "value_string.h"
+#include <epan/geoip_db.h>
+#include <epan/uat.h>
+#include <epan/prefs.h>
+#include <epan/value_string.h>
#include <wsutil/report_err.h>
#include <wsutil/file_util.h>