diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-10-15 13:36:56 -0700 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-10-15 13:36:56 -0700 |
| commit | ad8d248e675d93d9cfbf3249e87e8ac8518aae2a (patch) | |
| tree | 1c121f1d116d7506b449c53ed33f011dbd361d5f /common/loop.c | |
| parent | f3ca24a22679e272639cb5f58cfb16d71a9a2daa (diff) | |
common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC
Diffstat (limited to 'common/loop.c')
| -rw-r--r-- | common/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <limits.h> #include <string.h> #include <stdbool.h> |
