X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fterm_entry.h;h=513bd97d483287db1eda8ca13f70b44cee5b48e2;hp=b98b80e4d46a3fd674923c4cfd5704c35a414b99;hb=02f1dee48fe8af6ce054388fba739aa4f975004e;hpb=61d8ae54ff6acd69e9dab2afb21591d44c46ee1f diff --git a/include/term_entry.h b/include/term_entry.h index b98b80e4..513bd97d 100644 --- a/include/term_entry.h +++ b/include/term_entry.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * + * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1998-on * ****************************************************************************/ -/* $Id: term_entry.h,v 1.56 2018/05/06 00:19:41 tom Exp $ */ +/* $Id: term_entry.h,v 1.58 2019/12/07 16:11:15 tom Exp $ */ /* * term_entry.h -- interface to entry-manipulation code @@ -46,6 +46,7 @@ extern "C" { #endif +#include #include /* @@ -207,7 +208,7 @@ extern NCURSES_EXPORT(void) _nc_trace_xnames (TERMTYPE *); #endif /* NCURSES_INTERNALS */ /* - * These entrypoints are used by tack. + * These entrypoints were used by tack before 1.08. */ #undef NCURSES_TACK_1_08