changeset 21841:12c75f0ef578

Include <time.h> for time.
author Andreas Schwab <schwab@suse.de>
date Wed, 29 Apr 1998 09:37:15 +0000
parents 89d03805f45a
children 870b55420529
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Wed Apr 29 09:35:31 1998 +0000
+++ b/src/fns.c	Wed Apr 29 09:37:15 1998 +0000
@@ -24,6 +24,7 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#include <time.h>
 
 /* Note on some machines this defines `vector' as a typedef,
    so make sure we don't use that name in this file.  */