diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-28 00:09:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-28 00:09:14 +0000 |
commit | e612cccef37c8c8da784ae4b34fbd1eb2895d0ef (patch) | |
tree | d9864d133946f02a9d5a0d5f4aac02c6f0f57ef3 | |
parent | 960650331a33256112c27b4b8bc982a85e389018 (diff) | |
download | gunmake-e612cccef37c8c8da784ae4b34fbd1eb2895d0ef.tar.gz |
Formerly make.h.~81~
-rw-r--r-- | make.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,10 +40,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> #include <stdio.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 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> +#endif #include <time.h> #include <errno.h> |