diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 16:07:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 16:07:06 +0000 |
commit | 403d960fee780c6716a2eb9e369f942cdf9351ce (patch) | |
tree | 318ffb689ba50af4140458b18b0c4bdf8aa729bd /package/libnl-tiny | |
parent | ae423d37d931e8c04c5f7c3fac0f4629bd259abf (diff) | |
download | upstream-403d960fee780c6716a2eb9e369f942cdf9351ce.tar.gz upstream-403d960fee780c6716a2eb9e369f942cdf9351ce.tar.bz2 upstream-403d960fee780c6716a2eb9e369f942cdf9351ce.zip |
fix libnl-tiny compile with eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15591 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl-tiny')
-rw-r--r-- | package/libnl-tiny/src/include/netlink-local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libnl-tiny/src/include/netlink-local.h b/package/libnl-tiny/src/include/netlink-local.h index a311ec051a..a2000fa2ff 100644 --- a/package/libnl-tiny/src/include/netlink-local.h +++ b/package/libnl-tiny/src/include/netlink-local.h @@ -11,6 +11,7 @@ #ifndef NETLINK_LOCAL_H_ #define NETLINK_LOCAL_H_ +#define _GNU_SOURCE #include <stdio.h> #include <errno.h> |