Ixemul build fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1983 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6173ed0ebc
commit
083ea9f7c7
1 changed files with 2 additions and 1 deletions
|
@ -64,10 +64,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define ioctlsocket ioctl
|
||||
#define closesocket close
|
||||
|
||||
#elif defined(linux)
|
||||
#elif defined(linux) || defined(ixemul)
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netdb.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in a new issue