mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:22:48 +02:00
[tools] squashfs4: fix compilation on FreeBSD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22347 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
674ab4a821
commit
e645dfd6f5
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 New Issue
Block a user