]> Zhao Yanbai Git Server - minix.git/commitdiff
bin/stty: sync with NetBSD-8 40/3540/1
authorSevan Janiyan <venture37@geeklan.co.uk>
Sun, 4 Nov 2018 14:44:04 +0000 (14:44 +0000)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Tue, 13 Nov 2018 07:36:16 +0000 (08:36 +0100)
need <time.h> for time(3)

closes #273

Change-Id: I23c6747e2490192a2ff7b98ce9f55b2e9d45be00

bin/stty/key.c

index 65c108db86435b2bb2aa1637f9e305c15144c5dc..0094d3b354c45f63ac4558f4d9643e5fbd09b80e 100644 (file)
@@ -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 <err.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <time.h>
 #include <paths.h>
 #include <stdlib.h>
 #include <stdio.h>