mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 01:37:03 +00:00
[9449] Fixes for the Solaris platform.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c8e45058a6
commit
f40f564bd6
6 changed files with 50 additions and 3 deletions
|
|
@ -49,6 +49,20 @@
|
|||
|
||||
// #include <assert.h>
|
||||
|
||||
#elif defined(G3D_SOLARIS)
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/select.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#elif defined(G3D_OSX)
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue