X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/cbb7919d51425b5dea3aa5189228d3088ca20dfc..24f79eca36d0f4294eb276ac777b2a27dfb060dd:/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):