diff options
author | Chidambar Zinnoury <chidambar.zinnoury@zefla.fr> | 2015-10-20 18:56:47 +0200 |
---|---|---|
committer | Chidambar Zinnoury <chidambar.zinnoury@zefla.fr> | 2015-10-20 18:56:47 +0200 |
commit | 90aa3b13ed26e3e3445b7038dd49f8b4efc077b7 (patch) | |
tree | 50b399085480c03c58b5070a2b2e8db7fcefafa8 /src/lib/ecore_fb/ecore_fb_private.h | |
parent | e5e6c6b8ebb7f174b69c394e2ba44cc7687ffbbf (diff) |
ecore fb: We shall look for the Ecore_Fb.h header only where needed.
Diffstat (limited to 'src/lib/ecore_fb/ecore_fb_private.h')
-rw-r--r-- | src/lib/ecore_fb/ecore_fb_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_fb/ecore_fb_private.h b/src/lib/ecore_fb/ecore_fb_private.h index f7dc0c6510..130350e39a 100644 --- a/src/lib/ecore_fb/ecore_fb_private.h +++ b/src/lib/ecore_fb/ecore_fb_private.h | |||
@@ -31,7 +31,7 @@ | |||
31 | #include <fcntl.h> | 31 | #include <fcntl.h> |
32 | #include <errno.h> | 32 | #include <errno.h> |
33 | 33 | ||
34 | #include <Ecore_Fb.h> | 34 | #include "Ecore_Fb.h" |
35 | 35 | ||
36 | /* ecore_fb_li.c */ | 36 | /* ecore_fb_li.c */ |
37 | struct _Ecore_Fb_Input_Device | 37 | struct _Ecore_Fb_Input_Device |