aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_power64x.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/sys_linux_power64x.s')
-rw-r--r--src/runtime/sys_linux_power64x.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/sys_linux_power64x.s b/src/runtime/sys_linux_power64x.s
index fb24d3e795..395f657bf7 100644
--- a/src/runtime/sys_linux_power64x.s
+++ b/src/runtime/sys_linux_power64x.s
@@ -9,7 +9,8 @@
// System calls and other sys.stuff for Power64, Linux
//
-#include "zasm_GOOS_GOARCH.h"
+#include "go_asm.h"
+#include "go_tls.h"
#include "textflag.h"
#define SYS_exit 1