From 2af37b781571897c5fbfca355ec9ac47112ca58d Mon Sep 17 00:00:00 2001 From: caro Date: Tue, 28 Jul 2009 09:57:24 +0000 Subject: [PATCH] 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 --- src/lib/ecore/Ecore.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4