diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-19 20:00:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-19 20:00:45 +0000 |
commit | a1f4644a9474435ea588e91ae6923869be5228b1 (patch) | |
tree | 7e0b884ac47f9a293aba3f83a4fe10b82c9d7319 /src/or/eventdns.c | |
parent | b2772f93cb922ed695ad0c9090ec5818fa3b60f5 (diff) | |
download | tor-a1f4644a9474435ea588e91ae6923869be5228b1.tar.gz tor-a1f4644a9474435ea588e91ae6923869be5228b1.zip |
r13840@catbus: nickm | 2007-07-19 16:00:43 -0400
Apparently, this problem can occur on the whole BSD family. "Yay."
svn:r10884
Diffstat (limited to 'src/or/eventdns.c')
-rw-r--r-- | src/or/eventdns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/eventdns.c b/src/or/eventdns.c index a1a9f2eb62..228e5b1bcd 100644 --- a/src/or/eventdns.c +++ b/src/or/eventdns.c @@ -104,7 +104,7 @@ #endif #ifdef HAVE_NETINET_IN6_H -#include <netinet/in6.h> +#include <netinet6/in6.h> #endif #ifdef WIN32 |