| branch | 1.1 |
| changeset 750 | 632a72b27123 |
| parent 493 | 3f0ddf255524 |
| child 761 | f1398882a928 |
1.1 --- a/lemon/bits/windows.cc Thu Mar 17 18:12:57 2011 +0100 1.2 +++ b/lemon/bits/windows.cc Tue Apr 12 07:46:34 2011 +0200 1.3 @@ -40,7 +40,9 @@ 1.4 #else 1.5 #include <unistd.h> 1.6 #include <ctime> 1.7 +#ifndef WIN32 1.8 #include <sys/times.h> 1.9 +#endif 1.10 #include <sys/time.h> 1.11 #endif 1.12