freebsd-ports/games/fgrun/files/patch-src-fgrun_pty.cxx
Ganael LAPLANCHE ba8e7aed18 Update to 3.0.0
PR:		ports/189735
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
2014-05-14 12:14:58 +00:00

14 lines
411 B
C++

--- src/fgrun_pty.cxx.orig 2014-05-12 04:35:04.000000000 +0800
+++ src/fgrun_pty.cxx 2014-05-12 04:35:29.000000000 +0800
@@ -40,6 +40,11 @@
#include <fcntl.h> // O_RDWR
#endif
+#include <sys/types.h>
+#include <sys/ioctl.h>
+#include <termios.h>
+#include <libutil.h>
+
#include <stdlib.h> //needed on some linux systems for grantpt()
#include <string.h> //strcpy is not necessarily already included
/**