diff options
author | Thomas Graf <tgraf@suug.ch> | 2014-07-26 19:33:27 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2014-07-27 09:04:07 (GMT) |
commit | 821c189f77aae332e8b4eeb319b07635601e688c (patch) | |
tree | ae8cde48a16ce15448ef9002da0ecb019bae445e /lib/route | |
parent | 73f999607d66856c64cf31c1ab4ee5178b3e8a6a (diff) | |
download | libnl-821c189f77aae332e8b4eeb319b07635601e688c.zip libnl-821c189f77aae332e8b4eeb319b07635601e688c.tar.gz libnl-821c189f77aae332e8b4eeb319b07635601e688c.tar.bz2 |
link/inet: Include <netlink/route/link/inet.h>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'lib/route')
-rw-r--r-- | lib/route/link/inet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/route/link/inet.c b/lib/route/link/inet.c index 3bd76cc..0a7990e 100644 --- a/lib/route/link/inet.c +++ b/lib/route/link/inet.c @@ -61,6 +61,7 @@ #include <netlink/netlink.h> #include <netlink/attr.h> #include <netlink/route/rtnl.h> +#include <netlink/route/link/inet.h> #include <netlink-private/route/link/api.h> /** @cond SKIP */ |