X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest.priv.h;h=905efb25011b18d1f50c4796432aa4c13de69cf1;hp=9640f6cc2fff765aa1173d5d1c47e00158e87805;hb=52584567033cacc32b66dc5f9c4f4ff216ac4cd9;hpb=ff4cca6e1dfc932e229643403cdd59a6dd4b1abb diff --git a/test/test.priv.h b/test/test.priv.h index 9640f6cc..905efb25 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.121 2013/09/28 22:43:22 tom Exp $ */ +/* $Id: test.priv.h,v 1.122 2013/10/20 00:25:18 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -677,6 +677,10 @@ extern char *strnames[], *strcodes[], *strfnames[]; #define SIGKILL 9 #define getlogin() "username" +#elif defined(HAVE_NCURSESW_NCURSES_H) +#include +#elif defined(HAVE_NCURSES_NCURSES_H) +#include #else #include #endif