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