1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 01:55:40 +03:00
openwrt-xburst/tools/squashfs4/patches/150-freebsd_fixes.patch
jow e645dfd6f5 [tools] squashfs4: fix compilation on FreeBSD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 03:09:10 +00:00

11 lines
194 B
Diff

--- 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"