summaryrefslogtreecommitdiff
path: root/weston-ivi-shell
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-05-21 13:32:58 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-06-15 16:23:34 +0900
commitfbde0c90aaa4146e728de00a75d38705436d178b (patch)
tree2cc861f984d3670b3f329dea6954bb1789ab5149 /weston-ivi-shell
parentd1e8f0f3bbd5cef91b7e2ee403b643ee67d92523 (diff)
downloadwayland-ivi-extension-fbde0c90aaa4146e728de00a75d38705436d178b.tar.gz
ivi-controller,ivi-extensions: include ivi-controller-impl.h
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'weston-ivi-shell')
-rw-r--r--weston-ivi-shell/src/ivi-controller-impl.c1
-rwxr-xr-xweston-ivi-shell/src/ivi-extension.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/weston-ivi-shell/src/ivi-controller-impl.c b/weston-ivi-shell/src/ivi-controller-impl.c
index 4e0724f..f35a410 100644
--- a/weston-ivi-shell/src/ivi-controller-impl.c
+++ b/weston-ivi-shell/src/ivi-controller-impl.c
@@ -33,6 +33,7 @@
#include "ivi-layout-export.h"
#include "ivi-extension.h"
+#include "ivi-controller-impl.h"
struct ivilayer;
struct iviscreen;
diff --git a/weston-ivi-shell/src/ivi-extension.c b/weston-ivi-shell/src/ivi-extension.c
index 50957e0..bb3b23d 100755
--- a/weston-ivi-shell/src/ivi-extension.c
+++ b/weston-ivi-shell/src/ivi-extension.c
@@ -22,6 +22,7 @@
#include <string.h>
#include "ivi-controller-interface.h"
#include "ivi-extension.h"
+#include "ivi-controller-impl.h"
struct ivi_controller_shell {
struct ivishell base;