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:
Pavel Šimerda 2013-02-13 13:30:20 +01:00
parent 3a2e6de0d3
commit 018c387e2c

View file

@ -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>