From 36742c05100e40203805eb1f13ed242b24740730 Mon Sep 17 00:00:00 2001 From: caro Date: Fri, 17 Dec 2010 10:18:56 +0000 Subject: [PATCH] add timeval structure declaration for vc++ git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@55608 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/embryo_time.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/embryo_time.c b/src/lib/embryo_time.c index 3b7b91d..8392ec3 100644 --- a/src/lib/embryo_time.c +++ b/src/lib/embryo_time.c @@ -9,6 +9,10 @@ #include #include +#ifdef _MSC_VER +# include +#endif + #ifdef HAVE_EVIL # include #endif -- 2.7.4