diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-09-06 13:40:22 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-09-06 13:40:22 +0200 |
commit | 7ff668f9ea1aec3e4d5ca42c674fe16f3320b47d (patch) | |
tree | 4a1e3048ba37b1d27769d6eaccff961a4f6cdd9c /main.c | |
parent | 53ad2c147dd1b582f65c071e63d9c9da27bbfb96 (diff) |
Enable clock_gettime() for Glibc
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include <assert.h> #include <err.h> #include <errno.h> |