summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 30d80b3..4f847a5 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -90,4 +90,6 @@ int timingsafe_bcmp(const void *, const void *, size_t);
90ssize_t getline(char **, size_t *, FILE *); 90ssize_t getline(char **, size_t *, FILE *);
91#endif 91#endif
92 92
93#include "time.h"
94
93#endif /* !_OPENBSD_COMPAT_H */ 95#endif /* !_OPENBSD_COMPAT_H */