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
fa633d4da9
commit
ff00fb7e07
@ -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