1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/korean/helvis/files/patch-curses.h
CHOI Junho cd56409f59 make it use termios instead of sgtty.
PR:		ports/113327
Submitted by:	Ed Schouten ed@hoeg.nl
2007-06-12 06:51:29 +00:00

13 lines
240 B
C

--- curses.h Wed Apr 5 11:21:19 1995
+++ curses.h Mon Jun 4 10:07:51 2007
@@ -7,6 +7,9 @@
* kirkenda@cs.pdx.edu
*/
+#if TERMIOS
+#include <termios.h>
+#endif
/* This is the header file for a small, fast, fake curses package */