Explorar o código

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

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger %!s(int64=14) %!d(string=hai) anos
pai
achega
68bfc29827
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/stdlib/test-canon.c

+ 1 - 0
test/stdlib/test-canon.c

@@ -28,6 +28,7 @@
 #include <string.h>
 #include <string.h>
 #include <unistd.h>
 #include <unistd.h>
 #include <sys/param.h>
 #include <sys/param.h>
+#include <sys/stat.h>
 
 
 /* Prototype for our test function.  */
 /* Prototype for our test function.  */
 extern int do_test (int argc, char *argv[]);
 extern int do_test (int argc, char *argv[]);