Files
2013-09-26 17:14:40 +02:00

17 lines
390 B
Plaintext

$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>