m_geo_maxmind: fix building on older libc versions.

This commit is contained in:
Peter Powell 2019-05-06 17:35:45 +01:00
parent 3bbf251efa
commit 3deeda7693

View File

@ -27,9 +27,9 @@
# pragma comment(lib, "libmaxminddb.lib")
#endif
#include <maxminddb.h>
#include "inspircd.h"
#include "modules/geolocation.h"
#include <maxminddb.h>
class GeolocationExtItem : public LocalExtItem
{