Include <sys/time.h>, it's not the users problem that we use bintime

internally.
This commit is contained in:
Poul-Henning Kamp 2003-02-08 15:49:26 +00:00
parent cfeccd194e
commit ba798fb226
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110547

View File

@ -31,6 +31,7 @@
#ifndef _LIBGEOM_H_
#define _LIBGEOM_H_
#include <sys/time.h>
#include <geom/geom_stats.h>
void geom_stats_close(void);