mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly make.h.~79~
This commit is contained in:
parent
0f83ab90e3
commit
4cbe738cfb
1 changed files with 4 additions and 0 deletions
4
make.h
4
make.h
|
@ -40,6 +40,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
/* 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
|
||||
<sys/timeb.h>? If any does not, configure should check for it. */
|
||||
#include <sys/timeb.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue