ports/math/ltl/files/patch-ltl_util_gnuplot.cpp
Yuri Victorovich 59820bf4e6 math/ltl: Update to 2.0.19
Maintaner's timeout expired: rossiya@gmail.com

Port changes:
* Changed to DISTVERSION
* Added LICENSE/LICENSE_FILE
* Added patch with headers for openpty

PR:		226215
2018-03-12 09:32:46 +00:00

14 lines
303 B
C++

--- ltl/util/gnuplot.cpp.orig 2018-03-12 09:18:42 UTC
+++ ltl/util/gnuplot.cpp
@@ -27,6 +27,11 @@ THE SOFTWARE.
#include <sys/stat.h>
#include <errno.h>
+#include <sys/types.h>
+#include <sys/ioctl.h>
+#include <termios.h>
+#include <libutil.h>
+
#if defined(HAVE_PTY_H)
# include <pty.h>
#else