From: oetiker Date: Mon, 25 May 2009 06:05:55 +0000 (+0000) Subject: only include utime.h when necessary X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=896f660d222db6362e6171c68d33e8eecdc0d57a;hp=8a092a1ac0d22448114c29c2d872769340965132 only include utime.h when necessary git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1809 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_open.c b/src/rrd_open.c index dba4ca6..062de23 100644 --- a/src/rrd_open.c +++ b/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"