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/queue-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/queue-test.c') diff --git a/tests/queue-test.c b/tests/queue-test.c index 932bc55..86a3602 100644 --- a/tests/queue-test.c +++ b/tests/queue-test.c @@ -24,6 +24,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3-70-g09d2