]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/arraycat.d
fix scope
[software/druntime.git] / src / compiler / dmd / arraycat.d
index f68c72bacf40d5e3a3993045af2f86f4601d8347..acf9f8637f36eaa2f046f20af1bc0c3df98855fc 100644 (file)
@@ -33,8 +33,8 @@ module rt.arraycat;
 
 private
 {
-    import stdc.string;
-    debug import stdc.stdio;
+    import core.stdc.string;
+    debug import core.stdc.stdio;
 }
 
 extern (C):