summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/test/tclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/test/tclock.c')
-rw-r--r--contrib/ncurses/test/tclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ncurses/test/tclock.c b/contrib/ncurses/test/tclock.c
index 838f45e..9f84655 100644
--- a/contrib/ncurses/test/tclock.c
+++ b/contrib/ncurses/test/tclock.c
@@ -128,7 +128,7 @@ main(
if (has_colors()) {
start_color();
-#ifdef HAVE_USE_DEFAULT_COLORS
+#if HAVE_USE_DEFAULT_COLORS
if (use_default_colors() == OK)
my_bg = -1;
#endif
OpenPOWER on IntegriCloud