aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-12-10 01:12:51 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-12-10 01:12:51 -0500
commit8dce2a75c188b02ff64561a4f25064f61f2353b8 (patch)
tree65daa5f7103f75867f63ce763e982cfeffa83270
parentc795af7555eaf6f7ff554447e5d131734300b318 (diff)
downloadstasis-8dce2a75c188b02ff64561a4f25064f61f2353b8.tar.gz
Include time (everywhere)
-rw-r--r--include/omc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/omc.h b/include/omc.h
index 2215f6e..bad0939 100644
--- a/include/omc.h
+++ b/include/omc.h
@@ -1,10 +1,12 @@
#ifndef OMC_OMC_H
#define OMC_OMC_H
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
+#include <time.h>
#define SYSERROR stderr, "%s:%s:%d: %s\n", path_basename(__FILE__), __FUNCTION__, __LINE__, strerror(errno)
#define OMC_BUFSIZ 8192