* libU77/sys_clock_.c: #include <sys/param.h> for the clock tick rate.
From-SVN: r39202
This commit is contained in:
parent
3f4907a608
commit
909b968ecb
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user