projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4385d3
)
wprobe: fix compile error because of missing isnan()
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Sep 2009 12:55:26 +0000
(12:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Sep 2009 12:55:26 +0000
(12:55 +0000)
SVN-Revision: 17468
package/wprobe/src/user/wprobe-lib.c
patch
|
blob
|
history
diff --git
a/package/wprobe/src/user/wprobe-lib.c
b/package/wprobe/src/user/wprobe-lib.c
index a1a52f2054c25f8366fb9b1e4584a3e475764beb..7ba67cfcb24be0d1272b3d7ee4fcfad9ed302971 100644
(file)
--- a/
package/wprobe/src/user/wprobe-lib.c
+++ b/
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>