(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)

This commit is contained in:
Darkvater
2005-05-14 23:48:39 +00:00
parent 9cfb89cf24
commit d1b068355c
6 changed files with 14 additions and 5 deletions

View File

@@ -7,6 +7,8 @@
// =============================
// Include standard stuff per OS
#ifdef ENABLE_NETWORK
// Windows stuff
#if defined(WIN32)
#include <windows.h>
@@ -74,7 +76,7 @@ typedef struct ifreq IFREQ;
# endif
# endif // BEOS_NET_SERVER
# if defined(__GLIBC__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)
# if !defined(__BEOS__) && defined(__GLIBC__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)
typedef uint32_t in_addr_t;
# endif
@@ -171,4 +173,6 @@ static inline bool SetNoDelay(int d)
#endif
}
#endif // NETWORK_CORE_H
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_H */