mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
- Fix building on -CURRENT[1] - Regenerate patches with `make makepatch' Reported by: pkg-fallout
13 lines
239 B
C
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"
|