diff options
author | pixel <pixel> | 2006-01-31 17:02:38 +0000 |
---|---|---|
committer | pixel <pixel> | 2006-01-31 17:02:38 +0000 |
commit | 6daac4eb3604736e20e8af5733f698eb144f0c2a (patch) | |
tree | 7a684f120b20e0aae0ecbedcaad480cdae581200 /include/Task.h | |
parent | 6634b5d65d21b826830d7601178453a0a3084e8d (diff) |
Way too much changes - all over.
Diffstat (limited to 'include/Task.h')
-rw-r--r-- | include/Task.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Task.h b/include/Task.h index 9c966a3..5ac4a26 100644 --- a/include/Task.h +++ b/include/Task.h @@ -1,8 +1,10 @@ #ifndef __TASK_H__ #define __TASK_H__ +#ifndef _WIN32 #include <unistd.h> #include <sys/time.h> +#endif #include <vector> #include <Exceptions.h> #include <Handle.h> |