mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Include ip6.h from <netinet/>, not <netinet6/>.
Submitted by: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp> Approved by: jkh
This commit is contained in:
parent
2fd93bff6e
commit
bb1ba4173a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57809
@ -46,7 +46,7 @@ struct rtentry;
|
||||
#include <net/ethernet.h>
|
||||
|
||||
#ifdef INET6
|
||||
#include <netinet6/ip6.h>
|
||||
#include <netinet/ip6.h>
|
||||
#endif
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
Loading…
Reference in New Issue
Block a user