diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 18:58:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-09 18:58:59 +0200 |
commit | 696e83fb734d72176905c3b6b775890ff961e50b (patch) | |
tree | 74b730ee8a7a1447c7fa913c58040a4bc66bed49 | |
parent | be8f32edac81aa4d5c24c1cfa109c23c48827997 (diff) |
include netlink/attr.h to fix a compile error with libnl-tiny
-rw-r--r-- | system-linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system-linux.c b/system-linux.c index f1acc19..488f5be 100644 --- a/system-linux.c +++ b/system-linux.c @@ -9,6 +9,7 @@ #include <fcntl.h> #include <netlink/msg.h> +#include <netlink/attr.h> #include <libubox/uloop.h> #include "netifd.h" |