X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Fcurses.priv.h;h=6d1a6be44a12dcc20d0466f804549603a06e488b;hb=d4d1d81ab6fc1ad681ff120d925099f947fefcf3;hp=2f49d23811c92d4845fcd960cb073691e8d1268e;hpb=331f875facea2b7897c1ce0425ce0d111cc4175b;p=ncurses.git diff --git a/ncurses/curses.priv.h b/ncurses/curses.priv.h index 2f49d238..6d1a6be4 100644 --- a/ncurses/curses.priv.h +++ b/ncurses/curses.priv.h @@ -34,7 +34,7 @@ ****************************************************************************/ /* - * $Id: curses.priv.h,v 1.479 2011/06/04 23:14:09 tom Exp $ + * $Id: curses.priv.h,v 1.481 2011/07/28 22:47:09 tom Exp $ * * curses.priv.h * @@ -342,6 +342,7 @@ color_t; #endif #include +#include /* * Reduce dependency on cur_term global by using terminfo data from SCREEN's @@ -793,7 +794,7 @@ typedef struct { bool init_signals; bool init_screen; - const char *comp_sourcename; + char *comp_sourcename; char *comp_termtype; bool have_tic_directory;