X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Ftty%2Flib_twait.c;h=a7604b3e293ba0acc39135b5432d77114dddc35c;hb=c976a90788f3e50afc773670ff74c5270ecb48df;hp=78b73f1e902550f9185b1ee0401bf9ceab8a1576;hpb=79695a2ff354087dca5006351286f741ee8c82c4;p=ncurses.git diff --git a/ncurses/tty/lib_twait.c b/ncurses/tty/lib_twait.c index 78b73f1e..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 __MINGW32__ +#if HAVE_SYS_TIME_H # include #endif #undef CUR -MODULE_ID("$Id: lib_twait.c,v 1.72 2018/02/10 17:00:09 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)