X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..090c86383eb33e7b1befa55f9ee16b7352d3510c:/src/compiler/dmd/arraycat.d diff --git a/src/compiler/dmd/arraycat.d b/src/compiler/dmd/arraycat.d index f68c72b..acf9f86 100644 --- a/src/compiler/dmd/arraycat.d +++ b/src/compiler/dmd/arraycat.d @@ -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):