From f3ca5f6f3d83c2db72c8e8416431e86a4c0e0e86 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Tue, 5 Jan 2016 23:29:35 +0100 Subject: [PATCH] ecore_cocoa: don't use Ecore_Cocoa's EAPI in Eina --- src/lib/ecore_cocoa/Ecore_Cocoa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h index 2a20050..8aacb0c 100644 --- a/src/lib/ecore_cocoa/Ecore_Cocoa.h +++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h @@ -18,6 +18,8 @@ # warning "and is subject to change. You use this at your own risk." #endif +#include + #ifdef EAPI # undef EAPI #endif @@ -32,7 +34,6 @@ # define EAPI #endif -#include #include "Ecore_Cocoa_Cursor.h" #ifdef __cplusplus -- 2.7.4