summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/race.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/race.c')
-rw-r--r--src/pkg/runtime/race.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/race.c b/src/pkg/runtime/race.c
index 125309510..9ac73fbcc 100644
--- a/src/pkg/runtime/race.c
+++ b/src/pkg/runtime/race.c
@@ -11,7 +11,7 @@
#include "race.h"
#include "type.h"
#include "typekind.h"
-#include "../../cmd/ld/textflag.h"
+#include "textflag.h"
// Race runtime functions called via runtime·racecall.
void __tsan_init(void);