]> git.meshlink.io Git - meshlink/blobdiff - test/channels-aio.c
Make sure we #define _POSIX_C_SOURCE.
[meshlink] / test / channels-aio.c
index 25bcea1e3dcd5e3e84406d3d6983465ab543bf99..d424b843703096c54ae72953571fd7ba8c49ff9a 100644 (file)
@@ -2,6 +2,8 @@
 #undef NDEBUG
 #endif
 
+#define _POSIX_C_SOURCE 200809L
+
 #include <assert.h>
 #include <stdio.h>
 #include <unistd.h>