From 4cecda6c347bd6902b960c6a35a967add7070b0d Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Mon, 30 Jan 2012 15:38:19 +0100 Subject: Imported Upstream version 2012.01.27 --- src/pkg/runtime/mheap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/runtime/mheap.c') diff --git a/src/pkg/runtime/mheap.c b/src/pkg/runtime/mheap.c index 7d24a6540..d75c18d82 100644 --- a/src/pkg/runtime/mheap.c +++ b/src/pkg/runtime/mheap.c @@ -13,6 +13,7 @@ // and heapmap(i) == span for all s->start <= i < s->start+s->npages. #include "runtime.h" +#include "arch_GOARCH.h" #include "malloc.h" static MSpan *MHeap_AllocLocked(MHeap*, uintptr, int32); -- cgit v1.2.3