From: Felix Fietkau Date: Wed, 2 Sep 2009 12:55:26 +0000 (+0000) Subject: wprobe: fix compile error because of missing isnan() X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=af085ed78cc54319afee543e55955e533595af60 wprobe: fix compile error because of missing isnan() SVN-Revision: 17468 --- 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