Unbreak builds against Elementary after recent accessibility change.

This is the specific error:
/usr/include/elementary-1/Elementary.h:169:24: fatal error: elm_access.h: No such file or directory

Accessibility support was previously disabled by commit
0d61121ce4f87c9e9b0e8d8d7975f815328fe6f5
This commit is contained in:
Kai Huuhko 2013-11-02 15:22:34 +02:00
parent 5836a25bc8
commit 97ca92e803
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ EAPI extern Elm_Version *elm_version;
#include <elm_sys_notify.h>
/* special widgets - types used elsewhere */
#include <elm_access.h>
//#include <elm_access.h>
#include <elm_icon.h>
#include <elm_scroller.h>
#include <elm_entry.h>