hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code check on...
[openwrt.git] / package / wprobe / src / user / wprobe-lib.c
index a1a52f2..7ba67cf 100644 (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>
This page took 0.018985 seconds and 4 git commands to generate.