0cb0c9df50
cards. tvtime processes the input from a capture card and displays it on a computer monitor or projector.
16 lines
390 B
Text
16 lines
390 B
Text
$NetBSD: patch-ah,v 1.1.1.1 2008/09/15 13:15:46 jmcneill Exp $
|
|
|
|
--- src/tvtime.c.orig 2005-09-07 22:55:54.000000000 -0400
|
|
+++ src/tvtime.c
|
|
@@ -28,7 +28,11 @@
|
|
#include <string.h>
|
|
#include <locale.h>
|
|
#include <stdlib.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <sys/ioctl.h>
|
|
+#else
|
|
#include <termio.h>
|
|
+#endif
|
|
#include <ctype.h>
|
|
#if defined (__SVR4) && defined (__sun)
|
|
# include <sys/int_types.h>
|