diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/timefns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/timefns.c b/src/timefns.c index 9beec1ce384..dcc6403fd9d 100644 --- a/src/timefns.c +++ b/src/timefns.c | |||
| @@ -40,6 +40,10 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 40 | #include <stdio.h> | 40 | #include <stdio.h> |
| 41 | #include <stdlib.h> | 41 | #include <stdlib.h> |
| 42 | 42 | ||
| 43 | #ifdef WINDOWSNT | ||
| 44 | extern clock_t sys_clock (void); | ||
| 45 | #endif | ||
| 46 | |||
| 43 | #ifdef HAVE_TIMEZONE_T | 47 | #ifdef HAVE_TIMEZONE_T |
| 44 | # include <sys/param.h> | 48 | # include <sys/param.h> |
| 45 | # if defined __NetBSD_Version__ && __NetBSD_Version__ < 700000000 | 49 | # if defined __NetBSD_Version__ && __NetBSD_Version__ < 700000000 |