ooops... my bad, and also for windows :-)

On Sat, Dec 3, 2016 at 9:11 AM, Jean Guyomarc'h <j...@guyomarch.bzh> wrote:
> jayji pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=deda8ac8e7db8355d95d487e86389a2207b633aa
>
> commit deda8ac8e7db8355d95d487e86389a2207b633aa
> Author: Jean Guyomarc'h <j...@guyomarch.bzh>
> Date:   Sat Dec 3 12:10:04 2016 +0100
>
>     eo: fix build on macOS
>
>     Commit 227463bd introduces macOS-specific code, but without including the
>     header that provides the used declarations.
> ---
>  src/lib/eo/eo.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
> index d57c31c..560f269 100644
> --- a/src/lib/eo/eo.c
> +++ b/src/lib/eo/eo.c
> @@ -8,6 +8,10 @@
>
>  #include <Eina.h>
>
> +#if defined(__APPLE__) && defined(__MACH__)
> +# include <mach/mach_time.h>
> +#endif
> +
>  #include "Eo.h"
>  #include "eo_ptr_indirection.h"
>  #include "eo_private.h"
>
> --
>
>



-- 
Gustavo Sverzut Barbieri
--------------------------------------
Mobile: +55 (16) 99354-9890

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to