mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
- bugfixes to build on debians multi-platform build system
This commit is contained in:
@@ -313,7 +313,7 @@ string Ip::getString() const{
|
||||
// class Socket
|
||||
// ===============================================
|
||||
|
||||
#if defined(__FreeBSD__) || defined(BSD) || defined(__APPLE__) || defined(__linux__)
|
||||
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(BSD) || defined(__APPLE__) || defined(__linux__)
|
||||
# define USE_GETIFADDRS 1
|
||||
# include <ifaddrs.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user