From: Kristian Høgsberg Date: Sat, 3 Mar 2012 04:42:07 +0000 (-0500) Subject: test-runner: Fix warnings X-Git-Tag: 0.94.90~176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2067508c148ba138c352779f6bd51526eaef91f;p=platform%2Fupstream%2Fwayland.git test-runner: Fix warnings --- 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)