summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 654bb83c..ea0de9da 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -37,7 +37,11 @@
#include <sys/sem.h>
#include <sys/msg.h>
+#ifdef TIMET64
typedef uint32_t time4_t;
+#else
+typedef time_t time4_t;
+#endif
/* our header */
#include "config.h"