r11850@Kushana: nickm | 2007-01-05 17:12:08 -0500

Look in netinet/in6.h header when looking for struct in6_addr. (Issue found by saeftl.)


svn:r9272
This commit is contained in:
Nick Mathewson
2007-01-05 22:12:15 +00:00
parent 48a9fe4bbd
commit 135aed5670
3 changed files with 15 additions and 3 deletions
+4
View File
@@ -96,6 +96,10 @@
#include <arpa/inet.h>
#endif
#ifdef HAVE_NETINET_IN6_H
#include <netinet/in6.h>
#endif
#ifdef WIN32
typedef int socklen_t;
#endif