]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/common/mesh_event_handler.c
Make sure we #define _POSIX_C_SOURCE.
[meshlink] / test / blackbox / common / mesh_event_handler.c
index 17b5abaf750ef3f7a33fddf21ca177babf547bd1..e00f7d3c1f146509f38dd1edb31b027af80ecf39 100644 (file)
@@ -21,6 +21,8 @@
 #undef NDEBUG
 #endif
 
+#define _POSIX_C_SOURCE 200809L
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>