X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftty%2Flib_twait.c;h=a7604b3e293ba0acc39135b5432d77114dddc35c;hp=ffdd4932183e6befea4fb98c0713da4645d3c9c2;hb=a5fe3726f7d4374e9b1551b535c8617b423996f2;hpb=5da4544722decdeb2bfd0c7c4581af0ea62148f9 diff --git a/ncurses/tty/lib_twait.c b/ncurses/tty/lib_twait.c index ffdd4932..a7604b3e 100644 --- a/ncurses/tty/lib_twait.c +++ b/ncurses/tty/lib_twait.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 1998-2015,2016 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 * @@ -70,12 +71,12 @@ # include # endif #endif -#ifdef _WIN32 +#if HAVE_SYS_TIME_H # include #endif #undef CUR -MODULE_ID("$Id: lib_twait.c,v 1.73 2018/06/23 21:35:06 tom Exp $") +MODULE_ID("$Id: lib_twait.c,v 1.75 2020/02/29 15:46:00 anonymous.maarten Exp $") static long _nc_gettime(TimeType * t0, int first)