X-Git-Url: https://git.llucax.com/software/druntime.git/blobdiff_plain/234ae5d9d62e8edcd9555c075cb5b1f404ef67a7..2f6ab5db873a7179314a5918a3eee90072c7f5fc:/src/compiler/dmd/cover.d diff --git a/src/compiler/dmd/cover.d b/src/compiler/dmd/cover.d index 7d880e1..ca8381f 100644 --- a/src/compiler/dmd/cover.d +++ b/src/compiler/dmd/cover.d @@ -12,14 +12,17 @@ * Authors: Walter Bright, Sean Kelly */ -module rt. cover; +module rt.cover; private { version( Windows ) import sys.windows.windows; else version( Posix ) + { + import stdc.posix.fcntl; import stdc.posix.unistd; + } import bitmanip; import stdc.stdio; import util.utf;