mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
Maintaner's timeout expired: rossiya@gmail.com Port changes: * Changed to DISTVERSION * Added LICENSE/LICENSE_FILE * Added patch with headers for openpty PR: 226215
14 lines
303 B
C++
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
|