opnsense-ports/filesystems/squashfs-tools/files/patch-pseudo.c
Franco Fichtner a2caadc357 */*: sync with upstream
Taken from: FreeBSD
2024-11-07 11:56:40 +01:00

13 lines
239 B
C

--- pseudo.c.orig 2014-05-10 04:54:13 UTC
+++ pseudo.c
@@ -34,6 +34,10 @@
#include <sys/wait.h>
#include <ctype.h>
+#ifdef __FreeBSD__
+#include <sys/stat.h>
+#endif
+
#include "pseudo.h"
#include "error.h"
#include "progressbar.h"