From 360bcb4db6def2e2d3d70d4ac64d0927506cffd0 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 1 Apr 2007 11:39:48 +0000 Subject: Adding windows include to have the timeval struct definition. --- include/Task.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Task.h b/include/Task.h index 8831830..e18c8ed 100644 --- a/include/Task.h +++ b/include/Task.h @@ -4,6 +4,8 @@ #ifndef _WIN32 #include #include +#else +#include #endif #include #include -- cgit v1.2.3