]> git.mdlowis.com Git - projs/tide.git/commitdiff
add posix declaration to buf tests
authorMichael D. Lowis <mike@mdlowis.com>
Mon, 28 Jan 2019 14:59:31 +0000 (09:59 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Mon, 28 Jan 2019 14:59:31 +0000 (09:59 -0500)
tests/lib/buf.c

index 13481e5376a4bc64e8d290df79c2b6f94cccac81..dafb918620638152675fdfa69bb6489963a7e62d 100644 (file)
@@ -1,3 +1,5 @@
+#define _POSIX_C_SOURCE 200809L
+#define _XOPEN_SOURCE 700
 #include <atf.h>
 #include <stdc.h>
 #include <utf.h>