Commit 909b968e by Michael Sokolov Committed by Michael Sokolov

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

From-SVN: r39202
parent 3f4907a6
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.
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment