From 6dc6202a6fddb9e08ac390932911355cd875d969 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 2 Sep 2009 12:55:26 +0000 Subject: wprobe: fix compile error because of missing isnan() git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17468 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wprobe/src/user/wprobe-lib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/wprobe') diff --git a/package/wprobe/src/user/wprobe-lib.c b/package/wprobe/src/user/wprobe-lib.c index a1a52f2054..7ba67cfcb2 100644 --- a/package/wprobe/src/user/wprobe-lib.c +++ b/package/wprobe/src/user/wprobe-lib.c @@ -13,6 +13,8 @@ * GNU General Public License for more details. */ +#define _ISOC99_SOURCE +#define _BSD_SOURCE #include #include #include -- cgit v1.2.3