projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14840f6
)
libnl-tiny: fix compile error with eglibc (#8782)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Feb 2011 16:21:52 +0000
(16:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Feb 2011 16:21:52 +0000
(16:21 +0000)
SVN-Revision: 25281
package/libnl-tiny/src/unl.c
patch
|
blob
|
history
diff --git
a/package/libnl-tiny/src/unl.c
b/package/libnl-tiny/src/unl.c
index a60ba0829264094c3bb2fd445f56fb1c0360b79c..4eb7dc07fd589cef210ab127f9280aba28083261 100644
(file)
--- a/
package/libnl-tiny/src/unl.c
+++ b/
package/libnl-tiny/src/unl.c
@@
-1,3
+1,4
@@
+#define _GNU_SOURCE
#include <netlink/netlink.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/ctrl.h>