diff options
author | Amitesh Singh <amitesh.sh@samsung.com> | 2016-03-31 14:59:33 +0530 |
---|---|---|
committer | Amitesh Singh <amitesh.sh@samsung.com> | 2016-04-04 10:33:37 +0530 |
commit | 1fd58fd38be5d623220505241260ecb7fb687d01 (patch) | |
tree | 30709f0f3878d5e85b2a06ce757b4d4e71e04a14 /src/lib/elementary/Elementary.h.in | |
parent | 08761352602f81962a09f7175dc50b1c3111c2dd (diff) | |
download | efl-1fd58fd38be5d623220505241260ecb7fb687d01.tar.gz |
nstate: introduce it baby ;)devs/ami/nstate
Diffstat (limited to 'src/lib/elementary/Elementary.h.in')
-rw-r--r-- | src/lib/elementary/Elementary.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/Elementary.h.in b/src/lib/elementary/Elementary.h.in index 3e948c5a7f..1723c5844e 100644 --- a/src/lib/elementary/Elementary.h.in +++ b/src/lib/elementary/Elementary.h.in @@ -236,6 +236,7 @@ EAPI extern Elm_Version *elm_version; #include <elm_mirroring.h> #include <elm_need.h> #include <elm_notify.h> +#include <elm_nstate.h> #include <elm_object.h> #include <elm_panel.h> |