]> git.meshlink.io Git - meshlink/blobdiff - test/stream.c
Make sure we #define _POSIX_C_SOURCE.
[meshlink] / test / stream.c
index 25aaf2f58364c6b5be26a34713aca63c90d3a709..6176b9e456e4e3babb1754bb0b3b3e6abcdeb9c8 100644 (file)
@@ -1,4 +1,5 @@
 #define _GNU_SOURCE
+#define _POSIX_C_SOURCE 200809L
 
 #include <stdio.h>
 #include <stdbool.h>