blob: e94cde42ae33072928dd01cdb8edddae4eea1aad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-vttest.c,v 1.1 2013/07/19 12:54:58 joerg Exp $
--- vttest.c.orig 2013-07-19 10:26:29.000000000 +0000
+++ vttest.c
@@ -15,6 +15,7 @@
#include <sys/types.h>
#include <stdio.h>
#include <fcntl.h>
+#include <termios.h>
#ifdef HAVE_TERMIO_H
#include <termio.h>
#else
|