]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/cmath2.d
First attempt at support for dynamic library loading and unloading. Currently, only...
[software/druntime.git] / src / compiler / dmd / cmath2.d
index 5028fe984bc1156df81ae3f3497bb1ec6a856e47..3475a1786e6e47a944a71cec3265fef562a2f212 100644 (file)
@@ -12,7 +12,7 @@
 
 module rt.cmath2;
 
-private import stdc.math;
+private import core.stdc.math;
 
 extern (C):