summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-26 23:56:35 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-26 23:56:35 +0100
commite1f3cb18797887aeaa288fe282928be959e0599f (patch)
tree9c3a9a28ae3722d53947e2c941d99a0cf0845afe /src
parentHopefully fixed last of the Linux compile errors (diff)
downloadcuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar
cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.gz
cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.bz2
cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.lz
cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.xz
cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.tar.zst
cuberite-e1f3cb18797887aeaa288fe282928be959e0599f.zip
Diffstat (limited to 'src')
-rw-r--r--src/Authenticator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authenticator.cpp b/src/Authenticator.cpp
index 4d9e90a01..4147e1eb2 100644
--- a/src/Authenticator.cpp
+++ b/src/Authenticator.cpp
@@ -6,7 +6,7 @@
#include "Root.h"
#include "Server.h"
-#include ".inifile/iniFile.h"
+#include "lib/inifile/iniFile.h"
#include <sstream>