diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-29 04:01:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-29 04:01:58 +0000 |
commit | 2c4097e99d10ee14794002a53dc6770ba811de63 (patch) | |
tree | a816c830b400f24c6d0296135de48691683f15e8 /src/or/eventdns.c | |
parent | dce46775037bb09b25961147ebc248783c1fc25e (diff) | |
download | tor-2c4097e99d10ee14794002a53dc6770ba811de63.tar tor-2c4097e99d10ee14794002a53dc6770ba811de63.tar.gz |
More compilation tweaks on Android: fix two clear errors in our code that apparently the compiler cares about there.
svn:r17808
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 cd486caaa..106e7997f 100644 --- a/src/or/eventdns.c +++ b/src/or/eventdns.c @@ -102,7 +102,7 @@ #endif #ifdef HAVE_NETINET_IN6_H -#include <netinet6/in6.h> +#include <netinet/in6.h> #endif #ifdef WIN32 |