summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/mem_plan9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/mem_plan9.c')
-rw-r--r--src/pkg/runtime/mem_plan9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/mem_plan9.c b/src/pkg/runtime/mem_plan9.c
index 4f753adb4..402869f39 100644
--- a/src/pkg/runtime/mem_plan9.c
+++ b/src/pkg/runtime/mem_plan9.c
@@ -7,7 +7,7 @@
#include "arch_GOARCH.h"
#include "malloc.h"
#include "os_GOOS.h"
-#include "../../cmd/ld/textflag.h"
+#include "textflag.h"
extern byte runtimeĀ·end[];
static byte *bloc = { runtimeĀ·end };