summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-09-20 16:14:20 +0100
committerColin Watson <cjwatson@debian.org>2020-09-20 16:14:20 +0100
commit173bfbf7886608a4a7abbfac6a42ac4bf4a3432d (patch)
treeb97833d8754f257f92d99dd2f5c9e9d557e3f689 /openbsd-compat/openbsd-compat.h
parent75073d0a8478441cc97a6efa10b566c5fb1dac81 (diff)
New upstream version 1.5.0
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 */