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/?a=commitdiff_plain;h=5a2b1098791c3eb4a15a11d6b04bab88d46adbc9;p=rrdtool-all.git only include utime.h when necessary git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1809 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_open.c b/program/src/rrd_open.c index dba4ca6f..062de236 100644 --- a/program/src/rrd_open.c +++ b/program/src/rrd_open.c @@ -6,10 +6,16 @@ * $Id$ *****************************************************************************/ +#ifdef WIN32 #include #include #include +#endif + +#ifdef HAVE_BROKEN_MS_ASYNC +#include #include +#endif #include "rrd_tool.h" #include "unused.h"