ecore: Efl_Core.h means using EFL_BETA_API_SUPPORT at the moment.

This commit is contained in:
Cedric BAIL 2018-01-04 11:44:32 -08:00
parent 526415d903
commit 298915c627
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
# include <Evil.h>
#endif
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#include <Eina.h>
#include <Eo.h>
#include <Efl.h>