summaryrefslogtreecommitdiff
path: root/desktop-shell
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-07-19 14:16:27 +0300
committerBryce Harrington <bryce@osg.samsung.com>2016-07-26 16:26:08 -0700
commit649bbce607fb9665114dd27d64c5273b6a2c42f5 (patch)
tree1326671d00adab855e60f018eafbe5ac5a43762f /desktop-shell
parenta4b34976dd52e2085f62cc03c3f27e1acc41c1f9 (diff)
include stdint.h for int32_t/uint32_t
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'desktop-shell')
-rw-r--r--desktop-shell/exposay.c1
-rw-r--r--desktop-shell/input-panel.c1
-rw-r--r--desktop-shell/shell.c1
-rw-r--r--desktop-shell/shell.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/desktop-shell/exposay.c b/desktop-shell/exposay.c
index f05fa4c5..b11a7f79 100644
--- a/desktop-shell/exposay.c
+++ b/desktop-shell/exposay.c
@@ -25,6 +25,7 @@
#include "config.h"
+#include <stdint.h>
#include <linux/input.h>
#include "shell.h"
diff --git a/desktop-shell/input-panel.c b/desktop-shell/input-panel.c
index 0d003b1a..2e18e289 100644
--- a/desktop-shell/input-panel.c
+++ b/desktop-shell/input-panel.c
@@ -26,6 +26,7 @@
#include "config.h"
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 9b77add9..64979cdb 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -26,6 +26,7 @@
#include "config.h"
#include <stdlib.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
diff --git a/desktop-shell/shell.h b/desktop-shell/shell.h
index f8f62d5c..f73cae5f 100644
--- a/desktop-shell/shell.h
+++ b/desktop-shell/shell.h
@@ -24,6 +24,7 @@
*/
#include <stdbool.h>
+#include <stdint.h>
#include <time.h>
#include "compositor.h"