]> git.llucax.com Git - software/druntime.git/blobdiff - src/gc/basic/gcbits.d
Changed D 2.0 runtime to account for 'this' being changed from a pointer to a referen...
[software/druntime.git] / src / gc / basic / gcbits.d
index b6cc1fb9d7fe8a65fdb15103e6a7a3177640fc9e..a84dc9c27d01b2e395a75716db1aa254811afcee 100644 (file)
@@ -30,8 +30,8 @@ module gc.gcbits;
 private
 {
     import core.bitmanip;
-    import stdc.string;
-    import stdc.stdlib;
+    import core.stdc.string;
+    import core.stdc.stdlib;
     extern (C) void onOutOfMemoryError();
 }