Module Name: src
Committed By: christos
Date: Sun May 15 14:35:48 UTC 2011
Modified Files:
src/gnu/dist/texinfo/info: terminal.c
Log Message:
include <sys/ioctl.h> for ioctl()
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/gnu/dist/texinfo/info/terminal.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/dist/texinfo/info/terminal.c
diff -u src/gnu/dist/texinfo/info/terminal.c:1.10 src/gnu/dist/texinfo/info/terminal.c:1.11
--- src/gnu/dist/texinfo/info/terminal.c:1.10 Tue Sep 2 04:00:24 2008
+++ src/gnu/dist/texinfo/info/terminal.c Sun May 15 10:35:47 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: terminal.c,v 1.10 2008/09/02 08:00:24 christos Exp $ */
+/* $NetBSD: terminal.c,v 1.11 2011/05/15 14:35:47 christos Exp $ */
/* terminal.c -- how to handle the physical terminal for Info.
Id: terminal.c,v 1.3 2004/04/11 17:56:46 karl Exp
@@ -27,6 +27,7 @@
#include "termdep.h"
#include <sys/types.h>
+#include <sys/ioctl.h>
#include <signal.h>
/* The Unix termcap interface code. */