wprobe: fix compile error because of missing isnan()
[openwrt/staging/florian.git] / 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>