X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..bcf5b1203472d877e1f3560ca595cc1341c3783b:/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.