devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=45bffff5357634dcb46db0bc582c9016770c2bab

commit 45bffff5357634dcb46db0bc582c9016770c2bab
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Feb 6 08:49:46 2018 -0500

    ecore-evas-drm: Include Evas_Internal header
    
    We need to include this header so that we can use the new
    efl_canvas_output functions
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_evas/ecore_evas_drm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_evas/ecore_evas_drm.h 
b/src/lib/ecore_evas/ecore_evas_drm.h
index 0b20e82c87..401fb1e8f7 100644
--- a/src/lib/ecore_evas/ecore_evas_drm.h
+++ b/src/lib/ecore_evas/ecore_evas_drm.h
@@ -1,6 +1,8 @@
 #ifndef ECORE_EVAS_DRM_H_
 # define ECORE_EVAS_DRM_H_
 
+# include "Evas_Internal.h"
+
 typedef struct _Ecore_Evas_Interface_Drm Ecore_Evas_Interface_Drm;
 
 struct _Ecore_Evas_Interface_Drm

-- 


Reply via email to