* libU77/sys_clock_.c: #include <sys/param.h> for the clock tick rate.
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Tue, 23 Jan 2001 18:35:56 +0000 (18:35 +0000)
committerMichael Sokolov <msokolov@gcc.gnu.org>
Tue, 23 Jan 2001 18:35:56 +0000 (18:35 +0000)
From-SVN: r39202

libf2c/ChangeLog
libf2c/libU77/sys_clock_.c

index 0b6e261..0308ccf 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * libU77/sys_clock_.c: #include <sys/param.h> for the clock tick rate.
+
 2000-12-09  Toon Moene  <toon@moene.indiv.nluug.nl>
 
        Update to Netlib version 20001205.
index d0d2a77..111d2ba 100644 (file)
@@ -19,6 +19,9 @@ Boston, MA 02111-1307, USA.  */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#if HAVE_SYS_PARAM_H
+# include <sys/param.h>
+#endif
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>