diff options
| author | joerg <joerg@NetBSD.org> | 2017-10-02 21:53:55 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2017-10-02 21:53:55 +0000 |
| commit | dcd866ee20c3b7b874d3f87906ac412eede0b0ae (patch) | |
| tree | dd2ff69408d12b3b72687c6044f415dd7c429527 /usr.bin/tic | |
| parent | 084a8872ba30ffdfbb690365326871adf409c4c9 (diff) | |
unistd.h for close.
Diffstat (limited to 'usr.bin/tic')
| -rw-r--r-- | usr.bin/tic/tic.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tic/tic.c b/usr.bin/tic/tic.c index 901afbd9957..7c367622489 100644 --- a/usr.bin/tic/tic.c +++ b/usr.bin/tic/tic.c @@ -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 @@ __RCSID("$NetBSD: tic.c,v 1.30 2017/05/05 12:21:28 christos Exp $"); #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 */ |
