diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-05 21:31:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-05 21:31:24 +0000 |
commit | 14f85fbb30b33de0c1a7dbea9c749f6526cdf86f (patch) | |
tree | af9386a6a566e648d6e7c09e21b6f862d33abcbf /kern | |
parent | e14830931a4df4ed37e91d01540f1deb4a3a3173 (diff) |
2002-03-05 Roland McGrath <roland@frob.com>
* kern/bootstrap.c: Include <alloca.h>.
Diffstat (limited to 'kern')
-rw-r--r-- | kern/bootstrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index bef281b..635a2fb 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -42,6 +42,7 @@ #include <kern/lock.h> #include <vm/vm_kern.h> #include <device/device_port.h> +#include <alloca.h> #if MACH_KDB #include <machine/db_machdep.h> |