X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ffoldkeys.c;h=bcda90c203aaa167d708a71022fda13555982f16;hp=f7ecfd97b9195c8fb41cd4e303538c7d8556a2d2;hb=bfe3845eb1a2ff02a740e917b537e939ec4e44cb;hpb=45291421bee33c79ffb4c8f0e1b67ca5cc262114 diff --git a/test/foldkeys.c b/test/foldkeys.c index f7ecfd97..bcda90c2 100644 --- a/test/foldkeys.c +++ b/test/foldkeys.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2006-2016,2017 Free Software Foundation, Inc. * + * Copyright (c) 2006-2017,2018 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 * @@ -29,7 +29,7 @@ /* * Author: Thomas E. Dickey, 2006 * - * $Id: foldkeys.c,v 1.6 2017/06/17 19:36:33 tom Exp $ + * $Id: foldkeys.c,v 1.7 2018/12/29 17:53:03 tom Exp $ * * Demonstrate a method for altering key definitions at runtime. * @@ -38,21 +38,11 @@ * merging only for the keys which are defined in the terminal description. */ +#define NEED_TIME_H #include #if defined(NCURSES_VERSION) && NCURSES_EXT_FUNCS -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - #define MY_LOGFILE "demo_foldkeys.log" #define MY_KEYS (KEY_MAX + 1)