mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue