From d2067508c148ba138c352779f6bd51526eaef91f Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 2 Mar 2012 23:42:07 -0500 Subject: 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 a47ea70..e9c560a 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) -- cgit v1.2.3