diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/systime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systime.h b/src/systime.h index 125b2f1385e..2f783efcfca 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -41,6 +41,8 @@ typedef unsigned long Time; | |||
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| 43 | #include <sys/time.h> /* for 'struct timeval' */ | 43 | #include <sys/time.h> /* for 'struct timeval' */ |
| 44 | |||
| 45 | #undef hz /* AIX <sys/param.h> #defines this. */ | ||
| 44 | 46 | ||
| 45 | /* Emacs uses struct timespec to represent nonnegative temporal intervals. | 47 | /* Emacs uses struct timespec to represent nonnegative temporal intervals. |
| 46 | 48 | ||