aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/150-freebsd_fixes.patch
blob: 44d40a7d1aef6c8e1d43fbac0674d00c30adfd2a (plain)
1
2
3
4
5
6
7
8
9
10
--- a/squashfs-tools/pseudo.c
+++ b/squashfs-tools/pseudo.c
@@ -32,6 +32,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <sys/stat.h>
 
 #include "pseudo.h"