LinuxKPI: ipv6.h add missing #include

Include linux/bitops.h for a definition of BITS_PER_LONG so that this
file can be used independently.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
Reviewed by:	hselasky
Differential Revision: https://reviews.freebsd.org/D30429
This commit is contained in:
Bjoern A. Zeeb 2021-05-24 18:21:55 +00:00
parent 8620fe4c10
commit 762efb2d6d

View File

@ -34,6 +34,7 @@
#include <sys/types.h>
#include <netinet/in.h>
#include <linux/types.h>
#include <linux/bitops.h>
#define IPV6_DEFAULT_HOPLIMIT 64