From a83420491fe12ea9c3aaae88062b5a2788ed30e4 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 26 Aug 2012 16:20:08 +0000 Subject: Fixed compilation problem on Linux (FS case sensitivity sux) git-svn-id: http://mc-server.googlecode.com/svn/trunk@791 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index f270c9aa3..91a886c39 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -11,7 +11,7 @@ #ifndef CCLIENTHANDLE_H_INCLUDED #define CCLIENTHANDLE_H_INCLUDED -#include "defines.h" +#include "Defines.h" #include "packets/cPacket.h" #include "Vector3d.h" #include "cSocketThreads.h" -- cgit v1.2.3