mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
805f53212b
PR: ports/110731 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor)
11 lines
151 B
C
11 lines
151 B
C
Index: hack/hack.pager.c
|
|
@@ -367,6 +367,8 @@
|
|
#else
|
|
|
|
#ifdef BSD
|
|
+#include <sys/wait.h>
|
|
+#elif POSIX
|
|
#include <sys/wait.h>
|
|
#else
|
|
#include <wait.h>
|