From 314f2ec568967e9d04ee7afe860405e69417d177 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Wed, 14 Jan 2015 12:37:43 +0100 Subject: [PATCH] Geoip: Fix linux compilation --- dlls/geoip/GeoIP2/maxminddb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/geoip/GeoIP2/maxminddb.h b/dlls/geoip/GeoIP2/maxminddb.h index 7367f366..de76c473 100644 --- a/dlls/geoip/GeoIP2/maxminddb.h +++ b/dlls/geoip/GeoIP2/maxminddb.h @@ -9,7 +9,7 @@ extern "C" { #define _POSIX_C_SOURCE 200112L #endif -#include +#include "maxminddb_config.h" #include #include #include