From ba798fb226e81ad916c9728aad527862f277dc31 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 8 Feb 2003 15:49:26 +0000 Subject: [PATCH] Include , it's not the users problem that we use bintime internally. --- lib/libgeom/libgeom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libgeom/libgeom.h b/lib/libgeom/libgeom.h index e9a9f28737ed..b1ee2bc137ae 100644 --- a/lib/libgeom/libgeom.h +++ b/lib/libgeom/libgeom.h @@ -31,6 +31,7 @@ #ifndef _LIBGEOM_H_ #define _LIBGEOM_H_ +#include #include void geom_stats_close(void);