summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/cgo/asm_arm.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/cgo/asm_arm.s')
-rw-r--r--src/pkg/runtime/cgo/asm_arm.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/cgo/asm_arm.s b/src/pkg/runtime/cgo/asm_arm.s
index b989ab933..6e57432e3 100644
--- a/src/pkg/runtime/cgo/asm_arm.s
+++ b/src/pkg/runtime/cgo/asm_arm.s
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-#include "../../../cmd/ld/textflag.h"
+#include "textflag.h"
/*
* void crosscall2(void (*fn)(void*, int32), void*, int32)