diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-02 06:23:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-02 06:23:57 +0000 |
commit | e52ae7d7cb3b9267a450ee786b056b14391f2f50 (patch) | |
tree | 852bbb003a1438d75ce8016c9feef856d56fd2fd /usr.bin/tic/progs.priv.h | |
parent | aedffcef562be3c46e9a21641c0a65c968b1d889 (diff) |
ncurses-4.2-990301
Diffstat (limited to 'usr.bin/tic/progs.priv.h')
-rw-r--r-- | usr.bin/tic/progs.priv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tic/progs.priv.h b/usr.bin/tic/progs.priv.h index b2b059d0f7c..2094fa4074b 100644 --- a/usr.bin/tic/progs.priv.h +++ b/usr.bin/tic/progs.priv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: progs.priv.h,v 1.2 1998/11/03 21:59:53 millert Exp $ */ +/* $OpenBSD: progs.priv.h,v 1.3 1999/03/02 06:23:55 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -32,7 +32,7 @@ * Author: Thomas E. Dickey <dickey@clark.net> 1997,1998 * ****************************************************************************/ /* - * $From: progs.priv.h,v 1.18 1998/07/25 17:38:51 tom Exp $ + * $From: progs.priv.h,v 1.19 1999/02/23 11:10:32 tom Exp $ * * progs.priv.h * @@ -104,7 +104,7 @@ extern int optind; #endif /* HAVE_GETOPT_H */ #include <curses.h> -#include <term.h> +#include <term_entry.h> #include <tic.h> #include <nc_alloc.h> |