From 609f541dd39e329bf1a837a4c8b896937a329211 Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sun, 4 Nov 2018 14:44:04 +0000 Subject: [PATCH] bin/stty: sync with NetBSD-8 need for time(3) closes #273 Change-Id: I23c6747e2490192a2ff7b98ce9f55b2e9d45be00 --- bin/stty/key.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/stty/key.c b/bin/stty/key.c index 65c108db8..0094d3b35 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -1,4 +1,4 @@ -/* $NetBSD: key.c,v 1.21 2013/09/12 19:47:23 christos Exp $ */ +/* $NetBSD: key.c,v 1.22 2017/01/10 20:44:05 christos Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)key.c 8.4 (Berkeley) 2/20/95"; #else -__RCSID("$NetBSD: key.c,v 1.21 2013/09/12 19:47:23 christos Exp $"); +__RCSID("$NetBSD: key.c,v 1.22 2017/01/10 20:44:05 christos Exp $"); #endif #endif /* not lint */ @@ -43,6 +43,7 @@ __RCSID("$NetBSD: key.c,v 1.21 2013/09/12 19:47:23 christos Exp $"); #include #include #include +#include #include #include #include -- 2.44.0