mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
532bdaae86
Approved by: beat (maintainer)
16 lines
364 B
C
16 lines
364 B
C
--- mt.c.orig 2014-02-16 09:06:54.000000000 -0500
|
|
+++ mt.c 2014-02-24 14:35:45.000000000 -0500
|
|
@@ -23,8 +23,12 @@
|
|
#include <sys/ioctl.h>
|
|
#include <sys/stat.h>
|
|
#ifndef AIX
|
|
+#if defined(__FreeBSD__)
|
|
+#include <termios.h>
|
|
+#else
|
|
#include <sys/termios.h> /* needed on Solaris 8 */
|
|
#endif
|
|
+#endif
|
|
#include <sys/time.h>
|
|
#include <sys/wait.h>
|
|
#include <unistd.h>
|