浏览代码

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