]> git.llucax.com Git - software/druntime.git/commitdiff
Fixed a build error on Linux.
authorsean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 13 Oct 2008 19:38:22 +0000 (19:38 +0000)
committersean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 13 Oct 2008 19:38:22 +0000 (19:38 +0000)
git-svn-id: http://svn.dsource.org/projects/druntime/trunk@25 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f

src/compiler/dmd/cover.d

index 7d880e1c059efabb474545bc209196a8bfef1b7f..ca8381f3f7839c4714f075afdda421d2d808f7e2 100644 (file)
  * Authors:   Walter Bright, Sean Kelly
  */
 
  * Authors:   Walter Bright, Sean Kelly
  */
 
-module rt. cover;
+module rt.cover;
 
 private
 {
     version( Windows )
         import sys.windows.windows;
     else version( Posix )
 
 private
 {
     version( Windows )
         import sys.windows.windows;
     else version( Posix )
+    {
+        import stdc.posix.fcntl;
         import stdc.posix.unistd;
         import stdc.posix.unistd;
+    }
     import bitmanip;
     import stdc.stdio;
     import util.utf;
     import bitmanip;
     import stdc.stdio;
     import util.utf;