mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
aab9b0ca57
FlightGear flight simulator, <http://www.flightgear.org/>. WWW: http://sourceforge.net/projects/fgrun/ PR: ports/128200 Submitted by: buganini at gmail.com
13 lines
272 B
C++
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
|