From: oetiker Date: Mon, 25 May 2009 06:05:55 +0000 (+0000) Subject: only include utime.h when necessary X-Git-Url: https://git.tokkee.org/?p=rrdtool-all.git;a=commitdiff_plain;h=75349f5102eefaee2f0c52f25af0d8c812f78940 only include utime.h when necessary git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1809 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_open.c b/program/src/rrd_open.c index dba1a018..f7ccca87 100644 --- a/program/src/rrd_open.c +++ b/program/src/rrd_open.c @@ -13,6 +13,10 @@ #include #include #include +#endif + +#ifdef HAVE_BROKEN_MS_ASYNC +#include #include #endif