From cb6e972a57bb63bb3710f2f05d35064cbc9cd83a Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Fri, 6 Nov 2015 09:20:17 -0800 Subject: [PATCH] Clear up warnings from test-big-alloc --- userspace/tests/test-big-alloc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userspace/tests/test-big-alloc.c b/userspace/tests/test-big-alloc.c index 3ca3594c..7fb0098a 100644 --- a/userspace/tests/test-big-alloc.c +++ b/userspace/tests/test-big-alloc.c @@ -1,5 +1,7 @@ #include -#include +#include + +#include #include "lib/pthread.h"