X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..ee7c028ebdd89ffc05410551c6e4812187049279:/src/compiler/dmd/arraydouble.d diff --git a/src/compiler/dmd/arraydouble.d b/src/compiler/dmd/arraydouble.d index c7c7504..12f9047 100644 --- a/src/compiler/dmd/arraydouble.d +++ b/src/compiler/dmd/arraydouble.d @@ -9,8 +9,9 @@ module rt.arraydouble; private import util.cpuid; -version (Unittest) +version (unittest) { + private import core.stdc.stdio : printf; /* This is so unit tests will test every CPU variant */ int cpuid;