From 649bbce607fb9665114dd27d64c5273b6a2c42f5 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 19 Jul 2016 14:16:27 +0300 Subject: include stdint.h for int32_t/uint32_t Signed-off-by: Jussi Kukkonen Reviewed-by: Yong Bakos --- desktop-shell/exposay.c | 1 + desktop-shell/input-panel.c | 1 + desktop-shell/shell.c | 1 + desktop-shell/shell.h | 1 + 4 files changed, 4 insertions(+) (limited to 'desktop-shell') 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 #include #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 +#include #include #include 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 +#include #include #include #include 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 +#include #include #include "compositor.h" -- cgit v1.2.3