diff options
Diffstat (limited to 'src/pkg/runtime/rt0_windows_amd64.s')
| -rw-r--r-- | src/pkg/runtime/rt0_windows_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/rt0_windows_amd64.s b/src/pkg/runtime/rt0_windows_amd64.s index 0b144717ba..890a570d1d 100644 --- a/src/pkg/runtime/rt0_windows_amd64.s +++ b/src/pkg/runtime/rt0_windows_amd64.s @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. #include "zasm_GOOS_GOARCH.h" -#include "../../cmd/ld/textflag.h" +#include "textflag.h" TEXT _rt0_amd64_windows(SB),NOSPLIT,$-8 LEAQ 8(SP), SI // argv |
