include stdint.h for int32_t/uint32_t
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c
index 0c28e81..f3a8830 100644
--- a/ivi-shell/hmi-controller.c
+++ b/ivi-shell/hmi-controller.c
@@ -52,6 +52,7 @@
#include <sys/wait.h>
#include <unistd.h>
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <linux/input.h>
diff --git a/ivi-shell/input-panel-ivi.c b/ivi-shell/input-panel-ivi.c
index 954d4ef..4c71cc7 100644
--- a/ivi-shell/input-panel-ivi.c
+++ b/ivi-shell/input-panel-ivi.c
@@ -28,6 +28,7 @@
#include "config.h"
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
diff --git a/ivi-shell/ivi-layout-export.h b/ivi-shell/ivi-layout-export.h
index e437d9e..c909de2 100644
--- a/ivi-shell/ivi-layout-export.h
+++ b/ivi-shell/ivi-layout-export.h
@@ -55,6 +55,8 @@
extern "C" {
#endif /* __cplusplus */
+#include <stdint.h>
+
#include "stdbool.h"
#include "compositor.h"
diff --git a/ivi-shell/ivi-layout-private.h b/ivi-shell/ivi-layout-private.h
index 66b19f6..b6f0889 100644
--- a/ivi-shell/ivi-layout-private.h
+++ b/ivi-shell/ivi-layout-private.h
@@ -26,6 +26,8 @@
#ifndef _ivi_layout_PRIVATE_H_
#define _ivi_layout_PRIVATE_H_
+#include <stdint.h>
+
#include "compositor.h"
#include "ivi-layout-export.h"
diff --git a/ivi-shell/ivi-layout-transition.c b/ivi-shell/ivi-layout-transition.c
index 4913db4..bf0640e 100644
--- a/ivi-shell/ivi-layout-transition.c
+++ b/ivi-shell/ivi-layout-transition.c
@@ -28,6 +28,7 @@
#include <time.h>
#include <assert.h>
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c
index dec4936..7c2f32d 100644
--- a/ivi-shell/ivi-layout.c
+++ b/ivi-shell/ivi-layout.c
@@ -59,6 +59,7 @@
#include <string.h>
#include <assert.h>
+#include <stdint.h>
#include "compositor/weston.h"
#include "compositor.h"
diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c
index 090ee4d..c996b8f 100644
--- a/ivi-shell/ivi-shell.c
+++ b/ivi-shell/ivi-shell.c
@@ -35,6 +35,7 @@
*/
#include "config.h"
+#include <stdint.h>
#include <string.h>
#include <dlfcn.h>
#include <limits.h>
diff --git a/ivi-shell/ivi-shell.h b/ivi-shell/ivi-shell.h
index 369e5f8..e35f75f 100644
--- a/ivi-shell/ivi-shell.h
+++ b/ivi-shell/ivi-shell.h
@@ -27,6 +27,7 @@
#define WESTON_IVI_SHELL_H
#include <stdbool.h>
+#include <stdint.h>
#include "compositor.h"