mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
Formerly make.h.~81~
This commit is contained in:
parent
960650331a
commit
e612cccef3
2
make.h
2
make.h
@ -40,10 +40,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#ifdef HAVE_SYS_TIMEB_H
|
||||||
/* SCO 3.2 "devsys 4.2" has a prototype for `ftime' in <time.h> that bombs
|
/* SCO 3.2 "devsys 4.2" has a prototype for `ftime' in <time.h> that bombs
|
||||||
unless <sys/timeb.h> has been included first. Does every system have a
|
unless <sys/timeb.h> has been included first. Does every system have a
|
||||||
<sys/timeb.h>? If any does not, configure should check for it. */
|
<sys/timeb.h>? If any does not, configure should check for it. */
|
||||||
#include <sys/timeb.h>
|
#include <sys/timeb.h>
|
||||||
|
#endif
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user