2013-09-26 17:14:40 +02:00

17 lines
378 B
Plaintext

$NetBSD: patch-af,v 1.2 2012/09/15 12:05:00 obache Exp $
* Fix for SunOS
--- fep/uim-fep.h.orig 2011-01-07 03:09:56.000000000 +0100
+++ fep/uim-fep.h 2011-09-13 16:13:02.686629427 +0200
@@ -41,6 +41,9 @@
#include <sys/ioctl.h>
#endif
/* solaris でwinsizeを使うために必要 */
+#ifdef __sun
+#include <sys/termios.h>
+#endif
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif