wprobe: fix compile error because of missing isnan()
SVN-Revision: 17468
This commit is contained in:
parent
c4385d3282
commit
d101694d97
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define _ISOC99_SOURCE
|
||||||
|
#define _BSD_SOURCE
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue