jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0076f541129ec9b969db5da5c19a16fc5d1c4b2c

commit 0076f541129ec9b969db5da5c19a16fc5d1c4b2c
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Nov 7 21:53:45 2017 +0900

    evas: Yet another OSX build fix...
    
    Please tell me this is the last one
---
 src/lib/evas/common/evas_font.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/common/evas_font.h b/src/lib/evas/common/evas_font.h
index 613cc31de7..5c4f07c699 100644
--- a/src/lib/evas/common/evas_font.h
+++ b/src/lib/evas/common/evas_font.h
@@ -18,6 +18,8 @@ typedef unsigned long long    DATA64;
 # define FT_LOAD_COLOR FT_LOAD_DEFAULT
 #endif
 
+#include <Eina.h>
+
 #ifdef EAPI
 # undef EAPI
 #endif
@@ -44,8 +46,6 @@ typedef unsigned long long    DATA64;
 # endif
 #endif /* ! _WIN32 */
 
-#include <Eina.h>
-
 #define LK(x)  Eina_Lock x
 #define LKI(x) eina_lock_new(&(x))
 #define LKD(x) eina_lock_free(&(x))

-- 


Reply via email to