summaryrefslogtreecommitdiffstats
path: root/lib/libgeom/libgeom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-08 15:49:26 +0000
committerphk <phk@FreeBSD.org>2003-02-08 15:49:26 +0000
commit0af858f9ca2944404e1039050029a8616a617d2b (patch)
treed7fd7067e24bac59760c86b47d832d11d8c621f0 /lib/libgeom/libgeom.h
parent29cdd6d7ff9e4d148cdaa5669878d88ac8d7395b (diff)
downloadFreeBSD-src-0af858f9ca2944404e1039050029a8616a617d2b.zip
FreeBSD-src-0af858f9ca2944404e1039050029a8616a617d2b.tar.gz
Include <sys/time.h>, it's not the users problem that we use bintime
internally.
Diffstat (limited to 'lib/libgeom/libgeom.h')
-rw-r--r--lib/libgeom/libgeom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libgeom/libgeom.h b/lib/libgeom/libgeom.h
index e9a9f28..b1ee2bc 100644
--- a/lib/libgeom/libgeom.h
+++ b/lib/libgeom/libgeom.h
@@ -31,6 +31,7 @@
#ifndef _LIBGEOM_H_
#define _LIBGEOM_H_
+#include <sys/time.h>
#include <geom/geom_stats.h>
void geom_stats_close(void);
OpenPOWER on IntegriCloud