From 68bfc298273d402d7c5a440f8af25264d1921133 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Jan 2012 04:41:29 -0500 Subject: tests: test-canon: include sys/stat.h for mkdir() Signed-off-by: Mike Frysinger --- test/stdlib/test-canon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/stdlib/test-canon.c b/test/stdlib/test-canon.c index 788754f47..f33544306 100644 --- a/test/stdlib/test-canon.c +++ b/test/stdlib/test-canon.c @@ -28,6 +28,7 @@ #include #include #include +#include /* Prototype for our test function. */ extern int do_test (int argc, char *argv[]); -- cgit v1.2.3