From 2e56f9a11dae297d0790383c522c02791e23eba6 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 17 Dec 2010 10:18:56 +0000 Subject: [PATCH] add timeval structure declaration for vc++ SVN revision: 55608 --- legacy/embryo/src/lib/embryo_time.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/embryo/src/lib/embryo_time.c b/legacy/embryo/src/lib/embryo_time.c index 3b7b91d661..8392ec362a 100644 --- a/legacy/embryo/src/lib/embryo_time.c +++ b/legacy/embryo/src/lib/embryo_time.c @@ -9,6 +9,10 @@ #include #include +#ifdef _MSC_VER +# include +#endif + #ifdef HAVE_EVIL # include #endif