- avoid IPv6 structures redeclaration in Ubuntu 12.04 builds
This commit is contained in:
parent
b9237688f2
commit
9eb8d9491b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue