summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorYong-iL Joh <yong-il.joh@windriver.com>2015-11-17 16:28:11 +0900
committerBryce Harrington <bryce@osg.samsung.com>2015-11-24 00:31:28 -0800
commitcd9bb710e7d6b23188ac354b3fec0246aa5f9c5c (patch)
tree1f4231750c2d6403bd846e002fa0e0025bbf2904 /clients
parent6172c38ef49e337fb16c8a781cb4a98fd1fda726 (diff)
downloadweston-cd9bb710e7d6b23188ac354b3fec0246aa5f9c5c.tar.gz
ivi-shell-user-interface: fix runtime error caused by missing header inclusion
when weston is running on qemux86 device, there is an error with following. [08:02:07.897] launching '/usr/lib/weston/weston-ivi-shell-user-interface' [08:02:08.201] /usr/lib/weston/weston-ivi-shell-user-interface died on signal 11 this is caused by type mismatch, and it does occur on qemux86-64 Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com> Acked-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'clients')
-rw-r--r--clients/ivi-shell-user-interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/ivi-shell-user-interface.c b/clients/ivi-shell-user-interface.c
index 0bf27230..460ca274 100644
--- a/clients/ivi-shell-user-interface.c
+++ b/clients/ivi-shell-user-interface.c
@@ -21,6 +21,8 @@
* DEALINGS IN THE SOFTWARE.
*/
+#include "config.h"
+
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>