Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tic unistd.h for close.



details:   https://anonhg.NetBSD.org/src/rev/75c967c2d89a
branches:  trunk
changeset: 826856:75c967c2d89a
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 02 21:53:55 2017 +0000

description:
unistd.h for close.

diffstat:

 usr.bin/tic/tic.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5ff4e9afe088 -r 75c967c2d89a usr.bin/tic/tic.c
--- a/usr.bin/tic/tic.c Mon Oct 02 19:23:16 2017 +0000
+++ b/usr.bin/tic/tic.c Mon Oct 02 21:53:55 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tic.c,v 1.30 2017/05/05 12:21:28 christos Exp $ */
+/* $NetBSD: tic.c,v 1.31 2017/10/02 21:53:55 joerg Exp $ */
 
 /*
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: tic.c,v 1.30 2017/05/05 12:21:28 christos Exp $");
+__RCSID("$NetBSD: tic.c,v 1.31 2017/10/02 21:53:55 joerg Exp $");
 
 #include <sys/types.h>
 #include <sys/queue.h>
@@ -56,6 +56,7 @@
 #include <string.h>
 #include <term_private.h>
 #include <term.h>
+#include <unistd.h>
 #include <util.h>
 
 #define        HASH_SIZE       16384   /* 2012-06-01: 3600 entries */



Home | Main Index | Thread Index | Old Index