diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-02-20 13:45:51 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-02-20 13:45:51 +0000 |
commit | c758c67c5202e29d91113df836f508d9d62c561f (patch) | |
tree | 4b9aa2b473fc33e923b845b6c56919de1e3db8a5 | |
parent | 6e6cedbdb30e8a18585d14fb21137b3a1179221b (diff) |
Fix #include. (param.h -> sys/param.h).
-rw-r--r-- | sys/arch/mac68k/mac68k/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 22245d30d89..ba2dcf57466 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -76,7 +76,7 @@ * @(#)machdep.c 7.16 (Berkeley) 6/3/91 */ -#include <param.h> +#include <sys/param.h> #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> |