summaryrefslogtreecommitdiffstats
path: root/libc/include/arpa
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2009-06-11 19:33:45 -0700
committerLorenzo Colitti <lorenzo@google.com>2009-06-16 18:55:37 -0700
commitc52c174e412fa6c829cf6353ce8dbebdf710511f (patch)
tree0a45a8dbd770b3a7222ff24105cff47ec0b1f978 /libc/include/arpa
parent040ae31701ea2583225b5ff9cc5b91de2719f7e8 (diff)
downloadbionic-c52c174e412fa6c829cf6353ce8dbebdf710511f.zip
bionic-c52c174e412fa6c829cf6353ce8dbebdf710511f.tar.gz
bionic-c52c174e412fa6c829cf6353ce8dbebdf710511f.tar.bz2
Make IPv6 definitions comply with RFC 3493:
- Add some definitions to netinet/in6.h - Include netinet/in6.h from netinet/in.h
Diffstat (limited to 'libc/include/arpa')
-rw-r--r--libc/include/arpa/inet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/arpa/inet.h b/libc/include/arpa/inet.h
index 3ebb872..e78e7c5 100644
--- a/libc/include/arpa/inet.h
+++ b/libc/include/arpa/inet.h
@@ -31,7 +31,6 @@
#include <stdint.h>
#include <sys/types.h>
#include <netinet/in.h>
-#include <netinet/in6.h>
__BEGIN_DECLS