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
master
madmaxoft@gmail.com 2012-08-26 16:20:08 +00:00
parent 7cf9ddaa48
commit a83420491f
1 changed files with 1 additions and 1 deletions

View File

@ -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"