From d2a9a36d4ae5b84e7ecdca3a65989857d1f00abe Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 8 May 2009 18:24:02 +1000 Subject: Add missing string.h include. --- c/tests/test_child.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/tests/test_child.c b/c/tests/test_child.c index 307ec09..32fb857 100644 --- a/c/tests/test_child.c +++ b/c/tests/test_child.c @@ -20,6 +20,7 @@ #include #include +#include #include #include "subunit/child.h" -- cgit v1.2.1