diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-04-30 14:37:25 -0700 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-04-30 14:37:25 -0700 |
commit | 207a8c6b827716bf9138e6761c3f81a558837fbf (patch) | |
tree | 812546926361ad10d34c276f31949ea291163130 /src/ico_plugin_loader.c | |
parent | 23fb3f796ce8373a34c5aef901267bad18956547 (diff) | |
download | ico-uxf-weston-plugin-207a8c6b827716bf9138e6761c3f81a558837fbf.tar.gz ico-uxf-weston-plugin-207a8c6b827716bf9138e6761c3f81a558837fbf.tar.bz2 ico-uxf-weston-plugin-207a8c6b827716bf9138e6761c3f81a558837fbf.zip |
Port ico-uxf-weston-plugin to use Weston 1.0.6 plugin API.
Change-Id: I7206280c389318a4b6492e36871c11bc2739f0ed
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Diffstat (limited to 'src/ico_plugin_loader.c')
-rw-r--r-- | src/ico_plugin_loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ico_plugin_loader.c b/src/ico_plugin_loader.c index 18b476f..dbba8f4 100644 --- a/src/ico_plugin_loader.c +++ b/src/ico_plugin_loader.c @@ -40,7 +40,7 @@ #include <sys/time.h> #include <time.h> -#include "compositor.h" +#include <weston/compositor.h> #include "ico_ivi_common.h" /* This function is called from the main body of Weston and initializes this module.*/ |