From a9a9df75ec9556df8a902cf7c63a51058e695369 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 15 Oct 2018 13:36:56 -0700 Subject: common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC --- common/loop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/loop.c') diff --git a/common/loop.c b/common/loop.c index 1b174967..750bee75 100644 --- a/common/loop.c +++ b/common/loop.c @@ -1,3 +1,4 @@ +#define _POSIX_C_SOURCE 199309L #include #include #include -- cgit v1.2.3-54-g00ecf