1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

Include <time.h> for time.

This commit is contained in:
Andreas Schwab 1998-04-29 09:37:15 +00:00
parent 3e75bb9e71
commit 58edb57253

View file

@ -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. */