Skip to content
Snippets Groups Projects
Commit 10471faa authored by jcea's avatar jcea Committed by Stuart D. Gathman
Browse files

Correctly support IPv6 in Solaris (#17)

I can't see how adding one more OS to the manual list can hurt for now, so in goes the PR.  Thanks.
parent 36750bac
No related branches found
No related tags found
No related merge requests found
...@@ -282,7 +282,7 @@ $ python setup.py help ...@@ -282,7 +282,7 @@ $ python setup.py help
* published. Unfortunately I know of no good way to do this * published. Unfortunately I know of no good way to do this
* other than with OS-specific tests. * other than with OS-specific tests.
*/ */
#if defined(__FreeBSD__) || defined(__linux__) #if defined(__FreeBSD__) || defined(__linux__) || defined(__sun__)
#define HAVE_IPV6_RFC2553 #define HAVE_IPV6_RFC2553
#include <arpa/inet.h> #include <arpa/inet.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment