aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/mcentral.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/mcentral.c')
-rw-r--r--libgo/runtime/mcentral.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/mcentral.c b/libgo/runtime/mcentral.c
index cd3d6ca..b98a8d3 100644
--- a/libgo/runtime/mcentral.c
+++ b/libgo/runtime/mcentral.c
@@ -15,6 +15,7 @@
// so that it is faster to move those lists between MCaches and MCentrals.
#include "runtime.h"
+#include "arch.h"
#include "malloc.h"
static bool MCentral_Grow(MCentral *c);