diff options
-rw-r--r-- | tools/squashfs4/patches/150-freebsd_fixes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/squashfs4/patches/150-freebsd_fixes.patch b/tools/squashfs4/patches/150-freebsd_fixes.patch new file mode 100644 index 0000000000..344d9ec683 --- /dev/null +++ b/tools/squashfs4/patches/150-freebsd_fixes.patch @@ -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" + |