diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 16:57:45 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-09 16:57:45 +0000 |
commit | 1a25dc776ddc36de9a214e023becff1ceb10290c (patch) | |
tree | 709677b7bbc9f49fcf407dc65e6e83323086ebb5 /source/include/includes.h | |
parent | eac350e09f5cdcf1b6ec1a3b7cde2c9aa3268143 (diff) | |
download | samba-1a25dc776ddc36de9a214e023becff1ceb10290c.tar.gz samba-1a25dc776ddc36de9a214e023becff1ceb10290c.tar.xz samba-1a25dc776ddc36de9a214e023becff1ceb10290c.zip |
Sync with HEAD
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 7d8f44727a2..41eda715547 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -1163,5 +1163,9 @@ int asprintf(char **,const char *, ...) PRINTF_ATTRIBUTE(2,3); #define VA_COPY(dest, src) (dest) = (src) #endif +#ifndef HAVE_TIMEGM +time_t timegm(struct tm *tm); +#endif + #endif /* _INCLUDES_H */ |