freebsd-ports/games/ufoai/files/patch-src__tools__radiant__radiant__exec.cpp
Guido Falsi 2b8e9cf099 - Update games/ufoai and games/ufoai-data to 2.5
- Stagify games/ufoai
- Modernize port
- Fix UFORADIANT option (off by default)
- Assign maintainership to submitter [1]

PR:		192419
Submitted by:	m.tsatsenko at gmail.com
Approved by:	portmgr [1]
2014-08-25 10:16:42 +00:00

11 lines
359 B
C++

--- ./src/tools/radiant/radiant/exec.cpp.orig 2014-06-05 06:18:39.000000000 +0200
+++ ./src/tools/radiant/radiant/exec.cpp 2014-08-07 16:49:53.703302732 +0200
@@ -28,6 +28,8 @@
#if defined (__FreeBSD__) || defined(__OpenBSD__)
# include <signal.h>
+# include <sys/types.h>
+# include <sys/wait.h>
#elif defined(__linux__)
# include <sys/wait.h>
#endif