squashfs4: fix compilation on FreeBSD
SVN-Revision: 22347
This commit is contained in:
parent
26a6539a2e
commit
f8c3ebc7c6
1 changed files with 10 additions and 0 deletions
10
tools/squashfs4/patches/150-freebsd_fixes.patch
Normal file
10
tools/squashfs4/patches/150-freebsd_fixes.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/squashfs-tools/pseudo.c
|
||||
+++ b/squashfs-tools/pseudo.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
+#include <sys/stat.h>
|
||||
|
||||
#include "pseudo.h"
|
||||
|
Loading…
Reference in a new issue