Changeset 553

Show
Ignore:
Timestamp:
08/18/09 15:25:48 (15 years ago)
Author:
vbarta
Message:

Windows-specific include

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/logger_test.cpp

    r552 r553  
    77#include <sys/stat.h> 
    88#include <sys/types.h> 
     9 
     10#ifndef WIN32 
    911#include <unistd.h> 
     12#endif 
    1013 
    1114using namespace bdm;