Geoip: Fix linux compilation

This commit is contained in:
Arkshine 2015-01-14 12:37:43 +01:00
parent f09f4a4c6c
commit 314f2ec568

View File

@ -9,7 +9,7 @@ extern "C" {
#define _POSIX_C_SOURCE 200112L
#endif
#include <maxminddb_config.h>
#include "maxminddb_config.h"
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>