From d2067508c148ba138c352779f6bd51526eaef91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 2 Mar 2012 23:42:07 -0500 Subject: [PATCH] test-runner: Fix warnings --- tests/test-runner.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-runner.c b/tests/test-runner.c index a47ea702..e9c560a1 100644 --- a/tests/test-runner.c +++ b/tests/test-runner.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "test-runner.h" @@ -51,7 +52,7 @@ int main(int argc, char *argv[]) { const struct test *t; pid_t pid; - int i, total, pass; + int total, pass; siginfo_t info; if (argc == 2)