mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-09 08:20:39 +00:00
e6aa1cab00
Based on a patch by Jonas Gorski SVN-Revision: 26422
11 lines
194 B
Diff
11 lines
194 B
Diff
--- a/squashfs-tools/pseudo.c
|
|
+++ b/squashfs-tools/pseudo.c
|
|
@@ -32,6 +32,7 @@
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <sys/wait.h>
|
|
+#include <sys/stat.h>
|
|
|
|
#include "pseudo.h"
|
|
|