mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
m_geo_maxmind: fix building on older libc versions.
This commit is contained in:
parent
3bbf251efa
commit
3deeda7693
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user