Module Name: src
Committed By: christos
Date: Mon Dec 10 16:28:52 UTC 2018
Modified Files:
src/sys/netinet6: in6.h
Log Message:
need <sys/endian.h> (or arpa/inet.h) for ntohl() used in macros.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/netinet6/in6.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet6/in6.h
diff -u src/sys/netinet6/in6.h:1.93 src/sys/netinet6/in6.h:1.94
--- src/sys/netinet6/in6.h:1.93 Tue Aug 21 21:05:24 2018
+++ src/sys/netinet6/in6.h Mon Dec 10 11:28:52 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: in6.h,v 1.93 2018/08/22 01:05:24 msaitoh Exp $ */
+/* $NetBSD: in6.h,v 1.94 2018/12/10 16:28:52 christos Exp $ */
/* $KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $ */
/*
@@ -71,6 +71,7 @@
#endif
#include <sys/socket.h>
+#include <sys/endian.h> /* ntohl */
/*
* Identification of the network protocol stack