summaryrefslogtreecommitdiff
path: root/include/ouroboros/time_utils.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-08-08 12:02:13 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-08-08 12:02:13 +0200
commitfc7d2c35182e61cb5fff41bcf485b9e24f7ba39b (patch)
tree90cd265cc8f001457932bb7ad8bd4dcae8fa43bc /include/ouroboros/time_utils.h
parentc1e1831ded0330771fd175f1c8138ed82c90f9f8 (diff)
downloadouroboros-fc7d2c35182e61cb5fff41bcf485b9e24f7ba39b.tar.gz
ouroboros-fc7d2c35182e61cb5fff41bcf485b9e24f7ba39b.zip
lib, tools: Add POSIX version to source files
Sometimes the POSIX version was not set in source files. This caused the compiler to not find the timespec struct, since we are using C89.
Diffstat (limited to 'include/ouroboros/time_utils.h')
-rw-r--r--include/ouroboros/time_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/time_utils.h b/include/ouroboros/time_utils.h
index 320cb6f1..e097a01f 100644
--- a/include/ouroboros/time_utils.h
+++ b/include/ouroboros/time_utils.h
@@ -34,6 +34,7 @@
#define MILLION 1000000L
#define BILLION 1000000000L
+#include <time.h>
#include <sys/time.h>
#include <limits.h> /* LONG_MAX */