From: caro Date: Tue, 28 Jul 2009 09:57:24 +0000 (+0000) Subject: fix compilation of programs using ecore on FreeBSD X-Git-Tag: build/2012-07-04.173327~2511 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2af37b781571897c5fbfca355ec9ac47112ca58d;p=profile%2Fivi%2Fecore.git fix compilation of programs using ecore on FreeBSD git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@41524 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 06f5cee..461a42b 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -51,6 +51,8 @@ #ifdef _WIN32 # include +#elif defined (__FreeBSD__) && (__FreeBSD_version >= 420001) +# include #else # include # include