OpenBSD: add missing header
netinet6/in6_var.h is not included automatically anymore from netinet/in_var.h on OpenBSD, so explicitely #include <netinet6/in6_var.h>.
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <netinet/in_var.h>
|
#include <netinet/in_var.h>
|
||||||
|
#include <netinet6/in6_var.h>
|
||||||
|
|
||||||
static const unsigned long _glibtop_sysdeps_netload =
|
static const unsigned long _glibtop_sysdeps_netload =
|
||||||
(1L << GLIBTOP_NETLOAD_IF_FLAGS) +
|
(1L << GLIBTOP_NETLOAD_IF_FLAGS) +
|
||||||
|
|||||||
Reference in New Issue
Block a user