diff options
Diffstat (limited to 'src/pkg/runtime/cpuprof.c')
-rw-r--r-- | src/pkg/runtime/cpuprof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/cpuprof.c b/src/pkg/runtime/cpuprof.c index 74b795b7e..05fa0cf61 100644 --- a/src/pkg/runtime/cpuprof.c +++ b/src/pkg/runtime/cpuprof.c @@ -49,6 +49,7 @@ // in the situation when normally the goroutine "owns" handoff. #include "runtime.h" +#include "arch_GOARCH.h" #include "malloc.h" enum |