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.michael@samsung.com>
This commit is contained in:
Chris Michael 2018-02-06 08:49:46 -05:00
parent b5a574f6e2
commit 45bffff535
1 changed files with 2 additions and 0 deletions

View File

@ -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