diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-14 19:08:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-14 19:08:38 +0000 |
commit | 4cbe738cfb130d0b40e3a31f70802f394afc98b3 (patch) | |
tree | 0c153207f1fe7bd23ca1e5635119c2f4699799b9 /make.h | |
parent | 0f83ab90e38ecb0f225ddc4514ccb331290561e8 (diff) | |
download | gunmake-4cbe738cfb130d0b40e3a31f70802f394afc98b3.tar.gz |
Formerly make.h.~79~
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |