diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/getloadavg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c index 52958d4d53f..adc4befeb94 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c | |||
| @@ -81,7 +81,7 @@ | |||
| 81 | /* Both the Emacs and non-Emacs sections want this. Some | 81 | /* Both the Emacs and non-Emacs sections want this. Some |
| 82 | configuration files' definitions for the LOAD_AVE_CVT macro (like | 82 | configuration files' definitions for the LOAD_AVE_CVT macro (like |
| 83 | sparc.h's) use macros like FSCALE, defined here. */ | 83 | sparc.h's) use macros like FSCALE, defined here. */ |
| 84 | #ifdef unix | 84 | #if defined (unix) || defined (__unix) |
| 85 | # include <sys/param.h> | 85 | # include <sys/param.h> |
| 86 | #endif | 86 | #endif |
| 87 | 87 | ||