1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 05:15:32 +03:00
openwrt-xburst/tools/squashfs4/patches/150-freebsd_fixes.patch

11 lines
194 B
Diff
Raw Normal View History

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