X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..bcf5b1203472d877e1f3560ca595cc1341c3783b:/src/compiler/dmd/cmath2.d diff --git a/src/compiler/dmd/cmath2.d b/src/compiler/dmd/cmath2.d index 5028fe9..3475a17 100644 --- a/src/compiler/dmd/cmath2.d +++ b/src/compiler/dmd/cmath2.d @@ -12,7 +12,7 @@ module rt.cmath2; -private import stdc.math; +private import core.stdc.math; extern (C):