(svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB)

This commit is contained in:
bjarni
2005-10-06 18:28:27 +00:00
parent 37af5bc475
commit 2b44da199c
3 changed files with 13 additions and 2 deletions

View File

@@ -15,6 +15,10 @@
#include "../variables.h"
#include "dedicated_v.h"
#ifdef BEOS_NET_SERVER
#include <net/socket.h>
#endif
#ifdef __OS2__
# include <sys/time.h> /* gettimeofday */
# include <sys/types.h>