* libU77/sys_clock_.c: #include <sys/param.h> for the clock tick rate.

From-SVN: r39202
This commit is contained in:
Michael Sokolov 2001-01-23 18:35:56 +00:00 committed by Michael Sokolov
parent 3f4907a608
commit 909b968ecb
2 changed files with 7 additions and 0 deletions

View 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.

View 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>