util.time: Bump POSIX_C_SOURCE to ensure visibility of CLOCK_MONOTONIC on FreeBSD (fixes #1253)

This commit is contained in:
Matthew Wild 2018-12-04 12:11:15 +00:00
parent f1ada80c23
commit 4ef9902ea9

View file

@ -1,5 +1,5 @@
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 199309L
#define _POSIX_C_SOURCE 200809L
#endif
#include <time.h>