X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/cbb7919d51425b5dea3aa5189228d3088ca20dfc..24f79eca36d0f4294eb276ac777b2a27dfb060dd:/src/compiler/dmd/switch_.d diff --git a/src/compiler/dmd/switch_.d b/src/compiler/dmd/switch_.d index ebb7373..ae69d91 100644 --- a/src/compiler/dmd/switch_.d +++ b/src/compiler/dmd/switch_.d @@ -27,7 +27,7 @@ module rt.switch_; -private import stdc.string; +private import core.stdc.string; /****************************************************** * Support for switch statements switching on strings.