libnl-tiny: fix compile error with eglibc (#8782)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 16:21:52 +0000 (16:21 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 1 Feb 2011 16:21:52 +0000 (16:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25281 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/libnl-tiny/src/unl.c

index a60ba08..4eb7dc0 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <netlink/netlink.h>
 #include <netlink/genl/genl.h>
 #include <netlink/genl/ctrl.h>
This page took 0.025231 seconds and 4 git commands to generate.