aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/math.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/c/libc/math.odin')
-rw-r--r--core/c/libc/math.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/c/libc/math.odin b/core/c/libc/math.odin
index 0a6ecc0c3..81d51728d 100644
--- a/core/c/libc/math.odin
+++ b/core/c/libc/math.odin
@@ -2,7 +2,7 @@ package libc
// 7.12 Mathematics
-import "core:intrinsics"
+import "base:intrinsics"
when ODIN_OS == .Windows {
foreign import libc "system:libucrt.lib"