mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
cd56409f59
PR: ports/113327 Submitted by: Ed Schouten ed@hoeg.nl
13 lines
240 B
C
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 */
|
|
|