From: oetiker Date: Thu, 22 Jan 2009 15:43:18 +0000 (+0000) Subject: Missed to include utime.h. #207. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a95ae55f25da67a70bae10cfa1e7a8aec7f1c173;p=rrdtool.git Missed to include utime.h. #207. git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1738 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_open.c b/src/rrd_open.c index 0af65c4..5dea221 100644 --- a/src/rrd_open.c +++ b/src/rrd_open.c @@ -13,6 +13,7 @@ #include #include #include +#include #endif #define MEMBLK 8192