mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 21:50:18 +01:00
workaround to build against libnl
This reverts commit ff15a5e and adds netlink.h header file so that
we build on all systems. We haven't propery analyzed which systems
are affected and which are not.
This commit is contained in:
parent
3a2e6de0d3
commit
018c387e2c
1 changed files with 1 additions and 4 deletions
|
|
@ -38,10 +38,7 @@
|
|||
#include <linux/if.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <unistd.h>
|
||||
#include <netlink/version.h>
|
||||
#if LIBNL_VER_NUM == LIBNL_VER (3, 2) && LIBNL_VER_MIC < 20
|
||||
#include <netlink/object-api.h>
|
||||
#endif
|
||||
#include <netlink/netlink.h>
|
||||
#include <netlink/object.h>
|
||||
#include <netlink/route/addr.h>
|
||||
#include <netlink/route/rtnl.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue