diff options
-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> |