blob: a9511929a2a92eb83a3f8848035e6455949ffaf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-term.c,v 1.1 2013/07/18 12:05:09 joerg Exp $
--- term.c.orig 2002-10-03 16:54:33.000000000 +0000
+++ term.c
@@ -53,6 +53,9 @@
#endif
#endif
+#include <term.h>
+#include <termios.h>
+
#undef TRUE
#undef FALSE
|