From f8155f0b945c5cfb3600d7c146a5d86870ed09d2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 8 Oct 2024 03:51:44 +0200 Subject: Run various C versions in the CI --- tests/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/common.h') diff --git a/tests/common.h b/tests/common.h index 4c34862..6a30739 100644 --- a/tests/common.h +++ b/tests/common.h @@ -15,6 +15,9 @@ License along with the GNU C Library; if not, see . */ +#define _POSIX_C_SOURCE 1 +#define _XOPEN_SOURCE 700 + #include #include #include -- cgit v1.3