1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-17 20:12:11 +01:00

wprobe: fix compile error because of missing isnan()

SVN-Revision: 17468
This commit is contained in:
Felix Fietkau 2009-09-02 12:55:26 +00:00
parent c4385d3282
commit d101694d97

@ -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>