Identify Solaris based OS.

This commit is contained in:
Ante Vojvodic 2014-10-16 18:01:29 +02:00
parent 165d10de0f
commit a565fa6b27

View File

@ -55,7 +55,7 @@
# include <sys/endian.h>
#elif defined(__SunOS) || defined(__sun)
#elif defined(__sun) && defined(__SVR4)
# include <sys/types.h>
# include <netinet/in.h>