From 2b1c1b2d66945c5cb237a7264759b6dbdf42b02a Mon Sep 17 00:00:00 2001 From: Yong Bakos Date: Mon, 18 Jul 2016 12:42:25 -0500 Subject: (multiple): Include stdint.h Some headers and source files have been using types such as uint32_t without explicitly including stdint.h. Explicitly include stdint.h where appropriate. Signed-off-by: Yong Bakos Reviewed-by: Eric Engestrom --- cursor/wayland-cursor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cursor/wayland-cursor.c') diff --git a/cursor/wayland-cursor.c b/cursor/wayland-cursor.c index 18abe87..d40c5c8 100644 --- a/cursor/wayland-cursor.c +++ b/cursor/wayland-cursor.c @@ -29,6 +29,7 @@ #include "wayland-client.h" #include #include +#include #include #include #include -- cgit v1.2.3-70-g09d2