Browse Source

tests: test-canon: include sys/stat.h for mkdir()

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 13 years ago
parent
commit
68bfc29827
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/stdlib/test-canon.c

+ 1 - 0
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[]);