diff options
Diffstat (limited to 'libgo/runtime/mfixalloc.c')
-rw-r--r-- | libgo/runtime/mfixalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/mfixalloc.c b/libgo/runtime/mfixalloc.c index c05583d..109cfe8 100644 --- a/libgo/runtime/mfixalloc.c +++ b/libgo/runtime/mfixalloc.c @@ -7,6 +7,7 @@ // See malloc.h for overview. #include "runtime.h" +#include "arch.h" #include "malloc.h" // Initialize f to allocate objects of the given size, |