Преглед изворни кода

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

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger пре 14 година
родитељ
комит
68bfc29827
1 измењених фајлова са 1 додато и 0 уклоњено
  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[]);