A couple things for the start of beos compatibility.

This commit is contained in:
theoddone33
2004-03-10 23:39:51 +00:00
parent 88c88c9000
commit 020465a4e3
2 changed files with 9 additions and 3 deletions

View File

@@ -88,15 +88,17 @@
#ifdef __LINUX__
#include "SDL.h"
#include <sys/mman.h>
#include <limits.h>
#ifndef __BEOS__
#include <sys/mman.h>
#include <glob.h>
#include <arpa/inet.h>
#endif
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <utime.h>
#include <zlib.h>
@@ -106,7 +108,7 @@
#endif
#ifdef __LINUX__
#ifndef __FreeBSD__
#if !defined(__FreeBSD__) && !defined(__BEOS__)
#include <asm/ioctls.h>
#else
#include <sys/filio.h>