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
@ -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…
x
Reference in New Issue
Block a user