summaryrefslogtreecommitdiff
path: root/refresh.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-03-22 14:29:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-03-22 14:29:33 +0000
commit881fcf9c3caf82a2f97a17b6ca91eb0b1b0320cd (patch)
tree025c0a65476980674d9f53361d4a2f6af72236d4 /refresh.c
parent3150625201d9c293e5c34b19b8a2d48a27da5f07 (diff)
libedit: vendor import snapshot 20200710vendor/NetBSD/libedit/2020-07-10
Diffstat (limited to 'refresh.c')
-rw-r--r--refresh.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/refresh.c b/refresh.c
index 584eec624976..fab29746478c 100644
--- a/refresh.c
+++ b/refresh.c
@@ -1,4 +1,4 @@
-/* $NetBSD: refresh.c,v 1.56 2019/01/04 03:03:44 uwe Exp $ */
+/* $NetBSD: refresh.c,v 1.57 2020/03/30 06:54:37 ryo Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: refresh.c,v 1.56 2019/01/04 03:03:44 uwe Exp $");
+__RCSID("$NetBSD: refresh.c,v 1.57 2020/03/30 06:54:37 ryo Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -45,6 +45,7 @@ __RCSID("$NetBSD: refresh.c,v 1.56 2019/01/04 03:03:44 uwe Exp $");
* refresh.c: Lower level screen refreshing functions
*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>