- avoid IPv6 structures redeclaration in Ubuntu 12.04 builds
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
# include <ws2tcpip.h>
|
||||
#else
|
||||
# include <netinet/in.h>
|
||||
# if defined(TARGET_LINUX) || defined(TARGET_ANDROID)
|
||||
# if /*defined(TARGET_LINUX) || */ defined(TARGET_ANDROID)
|
||||
# include <linux/in6.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
# include "ICEIosSupport.h"
|
||||
#endif
|
||||
# include <unistd.h>
|
||||
# if defined(TARGET_ANDROID) || defined(TARGET_LINUX)
|
||||
# if defined(TARGET_ANDROID)/* || defined(TARGET_LINUX) */
|
||||
# include <linux/in6.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user