Changeset 806

Show
Ignore:
Timestamp:
01/14/10 21:52:24 (8 weeks ago)
Author:
sience
Message:

-not in win32

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lugre/src/lugre_shell.cpp

    r804 r806  
    99#include <vector> 
    1010#include <string> 
    11 #include <unistd.h> // mkdir? 
    12  
    1311 
    1412#ifdef WIN32 
     
    2119        #include <sys/time.h> 
    2220        #include <sys/stat.h> // mkdir? 
     21        #include <unistd.h> // mkdir? 
    2322#endif 
    2423