repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
multimedia
/
tvtime
/
patches
/
patch-ah
blob
960328c2b65f62f99f77057629eb0e43ffa26e9b
1
$NetBSD$
2
3
--- src/tvtime.c.orig 2005-09-07 22:55:54.000000000 -0400
4
+++ src/tvtime.c
5
@@ -28,7 +28,11 @@
6
#include <string.h>
7
#include <locale.h>
8
#include <stdlib.h>
9
+#ifdef __NetBSD__
10
+#include <sys/ioctl.h>
11
+#else
12
#include <termio.h>
13
+#endif
14
#include <ctype.h>
15
#if defined (__SVR4) && defined (__sun)
16
# include <sys/int_types.h>