Mercurial > emacs
comparison src/fns.c @ 21841:12c75f0ef578
Include <time.h> for time.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 29 Apr 1998 09:37:15 +0000 |
parents | 15f5abff4d9b |
children | c6b783988569 |
comparison
equal
deleted
inserted
replaced
21840:89d03805f45a | 21841:12c75f0ef578 |
---|---|
22 #include <config.h> | 22 #include <config.h> |
23 | 23 |
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. */ |
30 #undef vector | 31 #undef vector |
31 #define vector ***** | 32 #define vector ***** |