summaryrefslogtreecommitdiff
path: root/src/char/geoip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/geoip.h')
-rw-r--r--src/char/geoip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/char/geoip.h b/src/char/geoip.h
index a7ab6b9a4..4d39011aa 100644
--- a/src/char/geoip.h
+++ b/src/char/geoip.h
@@ -5,7 +5,7 @@
#ifndef CHAR_GEOIP_H
#define CHAR_GEOIP_H
-#include "../common/cbasetypes.h"
+#include "common/cbasetypes.h"
/**
* GeoIP information
@@ -15,6 +15,7 @@ struct s_geoip {
bool active;
};
+
/**
* geoip interface
**/