You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
643 B

  1. From 0ea07a1b5ddb2f2fa1358b2c1b42bcf34bbf5ee2 Mon Sep 17 00:00:00 2001
  2. From: Alexandru Ardelean <aa@ocedo.com>
  3. Date: Wed, 6 Jan 2016 15:36:48 +0200
  4. Subject: [PATCH 2/2] pseudo.c: add explicit <stat.h> include
  5. Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
  6. ---
  7. squashfs-tools/pseudo.c | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/squashfs-tools/pseudo.c b/squashfs-tools/pseudo.c
  10. index f85fe60..7a26bca 100644
  11. --- a/squashfs-tools/pseudo.c
  12. +++ b/squashfs-tools/pseudo.c
  13. @@ -32,6 +32,7 @@
  14. #include <stdlib.h>
  15. #include <sys/types.h>
  16. #include <sys/wait.h>
  17. +#include <sys/stat.h>
  18. #include <ctype.h>
  19. #include "pseudo.h"
  20. --
  21. 2.1.4