]> code.delx.au - gnu-emacs/commitdiff
Include <time.h> for time.
authorAndreas Schwab <schwab@suse.de>
Wed, 29 Apr 1998 09:37:15 +0000 (09:37 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 29 Apr 1998 09:37:15 +0000 (09:37 +0000)
src/fns.c

index 925d1c965f2abe8bd6364f92d7db1f70cd40ff23..404f9976544b78fccb14ec405be527e47557fa09 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA.  */
 #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.  */