diff options
Diffstat (limited to 'src/server/shared/Database/QueryResult.h')
-rwxr-xr-x | src/server/shared/Database/QueryResult.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/shared/Database/QueryResult.h b/src/server/shared/Database/QueryResult.h index 0c87025843d..b2efdefbda0 100755 --- a/src/server/shared/Database/QueryResult.h +++ b/src/server/shared/Database/QueryResult.h @@ -27,11 +27,11 @@ #include "Field.h" #ifdef _WIN32 -#define FD_SETSIZE 1024 -#include <winsock2.h> -#include <mysql.h> + #define FD_SETSIZE 1024 + #include <winsock2.h> + #include <mysql.h> #else -#include <mysql.h> + #include <mysql/mysql.h> #endif class QueryResult |