diff options
author | 2013-12-03 00:25:07 +0000 | |
---|---|---|
committer | 2013-12-03 00:25:07 +0000 | |
commit | df8d16bd6dfef21a701e5f83d452b3e4f10688e8 (patch) | |
tree | 75a6b433245c51ae2b835a3b74440c27488567de /lib/libocurses | |
parent | do not need timeb.h (diff) | |
download | wireguard-openbsd-df8d16bd6dfef21a701e5f83d452b3e4f10688e8.tar.xz wireguard-openbsd-df8d16bd6dfef21a701e5f83d452b3e4f10688e8.zip |
do not need sgttyb.h anymore; ok millert
Diffstat (limited to 'lib/libocurses')
-rw-r--r-- | lib/libocurses/tputs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libocurses/tputs.c b/lib/libocurses/tputs.c index c0857597fde..3eebe51e75b 100644 --- a/lib/libocurses/tputs.c +++ b/lib/libocurses/tputs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tputs.c,v 1.4 2005/08/14 17:15:19 espie Exp $ */ +/* $OpenBSD: tputs.c,v 1.5 2013/12/03 00:25:07 deraadt Exp $ */ /* $NetBSD: tputs.c,v 1.5 1995/06/06 08:14:37 pk Exp $ */ /* @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <sgtty.h> #include <ctype.h> #include <curses.h> #undef ospeed |