1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/games/bsdgames/files/patch-hack_hack.pager.c
Juergen Lock 805f53212b Convert freebsd-games to use termios.h instead of sgtty.h
PR:		ports/110731
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	miwi (mentor)
2007-03-23 23:02:33 +00:00

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>