elm: Fix compilation of other apps (elm_access.eo.h)

Thanks to ApBBB on #e for the report!
This commit is contained in:
Jean-Philippe Andre 2016-10-26 19:01:52 +09:00
parent e9d7ca78bf
commit 48111f9732
2 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,6 @@
*
*/
#include "elm_access.eo.h"
enum _Elm_Access_Info_Type
{
ELM_ACCESS_INFO_FIRST = -1,

View File

@ -48,6 +48,7 @@
#endif /* ! _WIN32 */
#include "elm_widget.h"
#include "elm_access.eo.h"
#ifdef HAVE_LANGINFO_H
# include <langinfo.h>