X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/5a07183e26b7ca151959629420a83f59af5339f3..ee7c028ebdd89ffc05410551c6e4812187049279:/src/compiler/dmd/arrayfloat.d?ds=inline diff --git a/src/compiler/dmd/arrayfloat.d b/src/compiler/dmd/arrayfloat.d index f5588e8..949fd55 100644 --- a/src/compiler/dmd/arrayfloat.d +++ b/src/compiler/dmd/arrayfloat.d @@ -9,8 +9,9 @@ module rt.arrayfloat; 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;