common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC

master
Cole Mickens 6 years ago
parent 4e4b922d79
commit a9a9df75ec

@ -1,3 +1,4 @@
#define _POSIX_C_SOURCE 199309L
#include <limits.h>
#include <string.h>
#include <stdbool.h>

Loading…
Cancel
Save