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