summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-22 21:35:43 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-22 21:35:43 +0000
commit1285f56fbbf8ea27020952f17c2f051d1437c79f (patch)
treedb062e3301eb690ed9345754f1d6a43787a97789
parent0819f40f85725f751f972a0b3d0b6f149b1acb20 (diff)
downloademacs-make-3-75-91.tar.gz
Test `__unix' along with `unix'.make-3-75-91make-3-75-1
-rw-r--r--src/getloadavg.c2
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 @@
/* Both the Emacs and non-Emacs sections want this. Some
configuration files' definitions for the LOAD_AVE_CVT macro (like
sparc.h's) use macros like FSCALE, defined here. */
-#ifdef unix
+#if defined (unix) || defined (__unix)
# include <sys/param.h>
#endif