diff options
Diffstat (limited to 'i386/i386at/model_dep.c')
-rw-r--r-- | i386/i386at/model_dep.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index 565f1894..f31a8d71 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -32,6 +32,9 @@ * Basic initialization for I386 - ISA bus machines. */ +#include <printf.h> +#include <string.h> + #include <mach/vm_param.h> #include <mach/vm_prot.h> #include <mach/machine.h> |