include netlink/attr.h to fix a compile error with libnl-tiny
authorFelix Fietkau <nbd@openwrt.org>
Sun, 9 Oct 2011 16:58:59 +0000 (18:58 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 9 Oct 2011 16:58:59 +0000 (18:58 +0200)
system-linux.c

index f1acc19bd7d73538601001f6b87bff9826ea280e..488f5befbba1a6d56a28b8e389e0a55fefe82d24 100644 (file)
@@ -9,6 +9,7 @@
 #include <fcntl.h>
 
 #include <netlink/msg.h>
+#include <netlink/attr.h>
 #include <libubox/uloop.h>
 
 #include "netifd.h"