mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
netlink: make snl(3) headers self-contained.
This commit is contained in:
parent
c9313a0bad
commit
3e38754131
2 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,10 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netlink/netlink.h>
|
||||
|
||||
|
||||
#define _roundup2(x, y) (((x)+((y)-1))&(~((y)-1)))
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
#define _NETLINK_NETLINK_SNL_ROUTE_H_
|
||||
|
||||
#include <netlink/netlink_snl.h>
|
||||
#include <netlink/netlink_route.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue