summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-28 00:09:14 +0000
committerRoland McGrath <roland@redhat.com>1993-10-28 00:09:14 +0000
commite612cccef37c8c8da784ae4b34fbd1eb2895d0ef (patch)
treed9864d133946f02a9d5a0d5f4aac02c6f0f57ef3
parent960650331a33256112c27b4b8bc982a85e389018 (diff)
downloadgunmake-e612cccef37c8c8da784ae4b34fbd1eb2895d0ef.tar.gz
Formerly make.h.~81~
-rw-r--r--make.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.h b/make.h
index 2581cd8..dfacb84 100644
--- a/make.h
+++ b/make.h
@@ -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>