summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset/tset.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-11 23:30:22 +0000
committerdelphij <delphij@FreeBSD.org>2009-12-11 23:30:22 +0000
commitf8bfec1fb23c300d6b8bb021cf4f7fdd21981c3f (patch)
treeaefcfd0dd28d25d858a8736b71b6e416b65f8925 /usr.bin/tset/tset.c
parent1f8935fbf1845f4e3c016933b972389054881c1c (diff)
downloadFreeBSD-src-f8bfec1fb23c300d6b8bb021cf4f7fdd21981c3f.zip
FreeBSD-src-f8bfec1fb23c300d6b8bb021cf4f7fdd21981c3f.tar.gz
Remove unnecessary termcap.h includes inherited from extern.h and other
unneeded headers. While I'm there, make function definations ANSI prototypes.
Diffstat (limited to 'usr.bin/tset/tset.c')
-rw-r--r--usr.bin/tset/tset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c
index dc4c333..ddcc2dac 100644
--- a/usr.bin/tset/tset.c
+++ b/usr.bin/tset/tset.c
@@ -53,6 +53,7 @@ static const char sccsid[] = "@(#)tset.c 8.1 (Berkeley) 6/9/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <termcap.h>
#include <termios.h>
#include <unistd.h>
OpenPOWER on IntegriCloud