Formerly make.h.~81~
authorRoland McGrath <roland@redhat.com>
Thu, 28 Oct 1993 00:09:14 +0000 (00:09 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 28 Oct 1993 00:09:14 +0000 (00:09 +0000)
make.h

diff --git a/make.h b/make.h
index 2581cd8..dfacb84 100644 (file)
--- 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>