From: Michael D. Lowis Date: Mon, 28 Jan 2019 14:59:31 +0000 (-0500) Subject: add posix declaration to buf tests X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=21fcbe5b50ff3ad7b252c38c56ffd5142c8fdb9c;p=projs%2Ftide.git add posix declaration to buf tests --- diff --git a/tests/lib/buf.c b/tests/lib/buf.c index 13481e5..dafb918 100644 --- a/tests/lib/buf.c +++ b/tests/lib/buf.c @@ -1,3 +1,5 @@ +#define _POSIX_C_SOURCE 200809L +#define _XOPEN_SOURCE 700 #include #include #include