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 --- src/event-loop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/event-loop.c') diff --git a/src/event-loop.c b/src/event-loop.c index 32216a7..6130d2a 100644 --- a/src/event-loop.c +++ b/src/event-loop.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3-70-g09d2