wprobe: fix compile error because of missing isnan()
authorFelix Fietkau <nbd@openwrt.org>
Wed, 2 Sep 2009 12:55:26 +0000 (12:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 2 Sep 2009 12:55:26 +0000 (12:55 +0000)
SVN-Revision: 17468

package/wprobe/src/user/wprobe-lib.c

index a1a52f2054c25f8366fb9b1e4584a3e475764beb..7ba67cfcb24be0d1272b3d7ee4fcfad9ed302971 100644 (file)
@@ -13,6 +13,8 @@
  * GNU General Public License for more details.
  */
 
+#define _ISOC99_SOURCE
+#define _BSD_SOURCE
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <stdio.h>