diff options
Diffstat (limited to 'openbsd-compat/bsd-misc.h')
-rw-r--r-- | openbsd-compat/bsd-misc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index f5b032bbc..5a369d9de 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h | |||
@@ -178,4 +178,8 @@ int flock(int, int); | |||
178 | # define fflush(x) (_ssh_compat_fflush(x)) | 178 | # define fflush(x) (_ssh_compat_fflush(x)) |
179 | #endif | 179 | #endif |
180 | 180 | ||
181 | #ifndef HAVE_LOCALTIME_R | ||
182 | struct tm *localtime_r(const time_t *, struct tm *); | ||
183 | #endif | ||
184 | |||
181 | #endif /* _BSD_MISC_H */ | 185 | #endif /* _BSD_MISC_H */ |