]> git.llucax.com Git - software/druntime.git/blobdiff - src/gc/basic/gcbits.d
First attempt at support for dynamic library loading and unloading. Currently, only...
[software/druntime.git] / src / gc / basic / gcbits.d
index b6cc1fb9d7fe8a65fdb15103e6a7a3177640fc9e..a84dc9c27d01b2e395a75716db1aa254811afcee 100644 (file)
@@ -30,8 +30,8 @@ module gc.gcbits;
 private
 {
     import core.bitmanip;
 private
 {
     import core.bitmanip;
-    import stdc.string;
-    import stdc.stdlib;
+    import core.stdc.string;
+    import core.stdc.stdlib;
     extern (C) void onOutOfMemoryError();
 }
 
     extern (C) void onOutOfMemoryError();
 }