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
Reviewed by:	hselasky
Differential Revision: https://reviews.freebsd.org/D30429

(cherry picked from commit 762efb2d6d)
This commit is contained in:
Bjoern A. Zeeb 2021-05-24 18:21:55 +00:00
parent b7f41005db
commit deb7fa19a7

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