]> git.llucax.com Git - software/druntime.git/blobdiff - src/compiler/dmd/util/string.d
Changed D 2.0 runtime to account for 'this' being changed from a pointer to a referen...
[software/druntime.git] / src / compiler / dmd / util / string.d
index 5f49fe6a5b02bf0b8474148afe09c1cb98aae80a..3496bddd608fb8562da1912537158562aa89c9a6 100644 (file)
@@ -8,7 +8,7 @@
  */
 module rt.util.string;
 
-private import stdc.string;
+private import core.stdc.string;
 
 char[] intToString( char[] buf, uint val )
 {