aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-29 09:37:15 +0000
committerAndreas Schwab1998-04-29 09:37:15 +0000
commit58edb572530eb837a1ad5e4c3900a9122ffcdf59 (patch)
treeb15338acfd67847fd0b61c4b10a02abb412ab845
parent3e75bb9e71383ed0fb7378311ccb23113cc58e65 (diff)
downloademacs-58edb572530eb837a1ad5e4c3900a9122ffcdf59.tar.gz
emacs-58edb572530eb837a1ad5e4c3900a9122ffcdf59.zip
Include <time.h> for time.
-rw-r--r--src/fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 925d1c965f2..404f9976544 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
24#ifdef HAVE_UNISTD_H 24#ifdef HAVE_UNISTD_H
25#include <unistd.h> 25#include <unistd.h>
26#endif 26#endif
27#include <time.h>
27 28
28/* Note on some machines this defines `vector' as a typedef, 29/* Note on some machines this defines `vector' as a typedef,
29 so make sure we don't use that name in this file. */ 30 so make sure we don't use that name in this file. */