Fix broken compilation on Redox.
Created by: goyox86
This fixes build when cross-compiling which happened to be broken when I removed a unused import.
Basically the CI compiles using the host compiler and not the Redox cross-compiled one.
Created by: goyox86
This fixes build when cross-compiling which happened to be broken when I removed a unused import.
Basically the CI compiles using the host compiler and not the Redox cross-compiled one.