diff options
| author | Andreas Schwab | 1998-04-29 09:37:15 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-29 09:37:15 +0000 |
| commit | 58edb572530eb837a1ad5e4c3900a9122ffcdf59 (patch) | |
| tree | b15338acfd67847fd0b61c4b10a02abb412ab845 /src/fns.c | |
| parent | 3e75bb9e71383ed0fb7378311ccb23113cc58e65 (diff) | |
| download | emacs-58edb572530eb837a1ad5e4c3900a9122ffcdf59.tar.gz emacs-58edb572530eb837a1ad5e4c3900a9122ffcdf59.zip | |
Include <time.h> for time.
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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. */ |