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:
parent
8620fe4c10
commit
762efb2d6d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user