mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
b7f41005db
commit
deb7fa19a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue