diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 04:19:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:09 -0500 |
commit | 3539b6ae7b6c4187927e30582fde7f8b40672833 (patch) | |
tree | 40259921fe0079d704fa0e642592b3fc66b12111 | |
parent | e057ef3c6f97f85b846add87aebf97c24170c55f (diff) | |
download | samba-3539b6ae7b6c4187927e30582fde7f8b40672833.tar.gz samba-3539b6ae7b6c4187927e30582fde7f8b40672833.tar.bz2 samba-3539b6ae7b6c4187927e30582fde7f8b40672833.zip |
r18057: fixed an #ifdef
(This used to be commit e4c3b9ea2fd47540f693ced2fa6b7aa55372315b)
-rw-r--r-- | source4/lib/replace/timegm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/timegm.c b/source4/lib/replace/timegm.c index c2746db1a4..bd20da703f 100644 --- a/source4/lib/replace/timegm.c +++ b/source4/lib/replace/timegm.c @@ -44,7 +44,7 @@ #include <sys/time.h> #endif -#ifdef TIME_H +#ifdef HAVE_TIME_H #include <time.h> #endif |