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 f1acc19..488f5be 100644 (file)
@@ -9,6 +9,7 @@
 #include <fcntl.h>
 
 #include <netlink/msg.h>
+#include <netlink/attr.h>
 #include <libubox/uloop.h>
 
 #include "netifd.h"