فهرست منبع

wprobe: fix compile error because of missing isnan()

SVN-Revision: 17468
Felix Fietkau 16 سال پیش
والد
کامیت
d101694d97
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      package/wprobe/src/user/wprobe-lib.c

+ 2 - 0
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 <sys/types.h>
 #include <sys/socket.h>
 #include <stdio.h>