diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/replace/replace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index f9d67fb2ec..8beb43bfa4 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -113,6 +113,7 @@ int vasprintf(char **ptr, const char *format, va_list ap); #endif #ifndef HAVE_TIMEGM +struct tm; time_t timegm(struct tm *tm); #endif |