1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/games/fgrun/files/patch-src-fgrun_pty.cxx
Martin Wilke aab9b0ca57 FlightGear Launch Control is a graphical frontend for running
FlightGear flight simulator, <http://www.flightgear.org/>.

WWW: http://sourceforge.net/projects/fgrun/

PR:		ports/128200
Submitted by:	buganini at gmail.com
2008-10-19 13:59:25 +00:00

13 lines
272 B
C++

--- src/fgrun_pty.cxx.orig 2008-10-18 17:32:33.000000000 +0800
+++ src/fgrun_pty.cxx 2008-10-18 17:33:12.000000000 +0800
@@ -28,6 +28,9 @@
# include <pty.h>
#endif
+#include <sys/types.h>
+#include <libutil.h>
+
#if defined(HAVE_UTMP_H)
# include <utmp.h>
#endif