blob: 87c1e8cac03fa35a5ec4f8c16118afdd7f083978 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001include missing sys/stat.h for stat* function declarations
2
3Upstream-Status: Pending
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05006Index: squashfs-tools/pseudo.c
7===================================================================
8--- squashfs-tools.orig/pseudo.c
9+++ squashfs-tools/pseudo.c
10@@ -32,6 +32,7 @@
11 #include <stdlib.h>
12 #include <sys/types.h>
13 #include <sys/wait.h>
14+#include <sys/stat.h>
15 #include <ctype.h>
16
17 #include "pseudo.h"