summaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-hack_hack.pager.c
blob: 3a9df40b839ee1d259c55d43909924869bca17f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>