LinuxKPI: ip.h add #include

Also include netinet/in.h so that in_addr in known for ip.h.
Found by compiling a new piece of code which complained.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2022-01-09 00:57:13 +00:00
parent fcbb1441d0
commit 4ddc0079ea

View File

@ -35,6 +35,7 @@
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <machine/in_cksum.h>