projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be8f32e
)
include netlink/attr.h to fix a compile error with libnl-tiny
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 9 Oct 2011 16:58:59 +0000
(18:58 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 9 Oct 2011 16:58:59 +0000
(18:58 +0200)
system-linux.c
patch
|
blob
|
history
diff --git
a/system-linux.c
b/system-linux.c
index f1acc19bd7d73538601001f6b87bff9826ea280e..488f5befbba1a6d56a28b8e389e0a55fefe82d24 100644
(file)
--- 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"