Buildsystem/Core: Adjust MySQL headers on relevant files to use simplified #include <mysql.h> instead of <mysql/mysql.h>

+ add support for compiling under MacOSX (thanks to elegos for the research)
NOTE: G3D requires a redefinition-hack under OSX, please see wiki for this info (dep-sources will not be changed)

--HG--
branch : trunk
This commit is contained in:
click
2010-08-26 16:40:28 +02:00
parent 692779f283
commit 3c027962ba
5 changed files with 14 additions and 4 deletions

View File

@@ -19,6 +19,9 @@
#include "Common.h"
#ifdef _WIN32
#include <winsock2.h>
#endif
#include <mysql.h>
#include "DatabaseEnv.h"