ports/sysutils/squashfs-tools/files/patch-pseudo.c
Ashish SHUKLA e220fe22ed - Fix portlint warnings
- Fix building on -CURRENT[1]
- Regenerate patches with `make makepatch'

Reported by:	pkg-fallout
2020-08-30 09:31:00 +00: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"