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 --- tests/map-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/map-test.c') diff --git a/tests/map-test.c b/tests/map-test.c index d259048..8ecc1aa 100644 --- a/tests/map-test.c +++ b/tests/map-test.c @@ -25,6 +25,7 @@ #include #include +#include #include #include "wayland-private.h" #include "test-runner.h" -- cgit v1.2.3-70-g09d2