From: caro Date: Fri, 17 Dec 2010 17:00:57 +0000 (+0000) Subject: vc++ does not like unistd.h. Actually, maybe we should check some X-Git-Tag: accepted/2.0/20130306.225542~242^2~1318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9f7ea770b9379e7d39eafadc62a8edf0c38ba62;p=profile%2Fivi%2Fevas.git vc++ does not like unistd.h. Actually, maybe we should check some non standard headers in configure.ac and guard them appropriately git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@55613 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/canvas/evas_async_events.c b/src/lib/canvas/evas_async_events.c index 93f0f50..a88620d 100644 --- a/src/lib/canvas/evas_async_events.c +++ b/src/lib/canvas/evas_async_events.c @@ -3,7 +3,9 @@ #ifdef BUILD_ASYNC_EVENTS -#include +#ifndef _MSC_VER +# include +#endif #include #include