From 8dce2a75c188b02ff64561a4f25064f61f2353b8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 10 Dec 2023 01:12:51 -0500 Subject: Include time (everywhere) --- include/omc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/omc.h') 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 #include #include #include #include +#include #define SYSERROR stderr, "%s:%s:%d: %s\n", path_basename(__FILE__), __FUNCTION__, __LINE__, strerror(errno) #define OMC_BUFSIZ 8192 -- cgit