Changeset 25

Show
Ignore:
Timestamp:
10/13/08 15:38:22 (4 years ago)
Author:
sean
Message:

Fixed a build error on Linux.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/D1.0/src/compiler/dmd/cover.d

    r8 r25  
    2020        import sys.windows.windows; 
    2121    else version( Posix ) 
     22    { 
     23        import stdc.posix.fcntl; 
    2224        import stdc.posix.unistd; 
     25    } 
    2326    import bitmanip; 
    2427    import stdc.stdio; 
  • trunk/src/compiler/dmd/cover.d

    r7 r25  
    1313 */ 
    1414 
    15 module rt. cover; 
     15module rt.cover; 
    1616 
    1717private 
     
    2020        import sys.windows.windows; 
    2121    else version( Posix ) 
     22    { 
     23        import stdc.posix.fcntl; 
    2224        import stdc.posix.unistd; 
     25    } 
    2326    import bitmanip; 
    2427    import stdc.stdio;