diff options
Diffstat (limited to 'libgo/runtime/string.goc')
-rw-r--r-- | libgo/runtime/string.goc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/string.goc b/libgo/runtime/string.goc index 04ecbe6..64ed4f6e 100644 --- a/libgo/runtime/string.goc +++ b/libgo/runtime/string.goc @@ -7,6 +7,7 @@ package runtime #include "arch.h" #include "malloc.h" #include "go-string.h" +#include "race.h" #define charntorune(pv, str, len) __go_get_rune(str, len, pv) |