diff options
Diffstat (limited to 'core/c/c.odin')
| -rw-r--r-- | core/c/c.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/c/c.odin b/core/c/c.odin index 05732476f..edd88d228 100644 --- a/core/c/c.odin +++ b/core/c/c.odin @@ -1,6 +1,6 @@ package c -import builtin "core:builtin" +import builtin "base:builtin" char :: builtin.u8 // assuming -funsigned-char |