diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-16 04:41:29 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-16 15:55:10 -0500 |
commit | 68bfc298273d402d7c5a440f8af25264d1921133 (patch) | |
tree | bde31aae70c37f64cace736e1f8ba25315697059 | |
parent | 70641563850aafa0a1030c94f981d16f5af0b90a (diff) |
tests: test-canon: include sys/stat.h for mkdir()
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | test/stdlib/test-canon.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <string.h> #include <unistd.h> #include <sys/param.h> +#include <sys/stat.h> /* Prototype for our test function. */ extern int do_test (int argc, char *argv[]); |