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:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user