1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:33:10 +02:00

wprobe: fix compile error because of missing isnan()

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17468 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-02 12:55:26 +00:00
parent 07244cdc4f
commit e31fe7691a

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