diff options
Diffstat (limited to 'lib/Task.cc')
-rw-r--r-- | lib/Task.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Task.cc b/lib/Task.cc index afa697c..4d161ea 100644 --- a/lib/Task.cc +++ b/lib/Task.cc @@ -1,4 +1,6 @@ +#ifndef _WIN32 #include <sys/time.h> +#endif #include <iostream> #ifdef HAVE_CONFIG_H #include "config.h" |