From: Tobias Oetiker Date: Mon, 25 May 2009 06:05:55 +0000 (+0000) Subject: only include utime.h when necessary X-Git-Tag: 1.4.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7a06e4464e27c4f85ace36326d296bdee990ee;p=thirdparty%2Frrdtool-1.x.git 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 dba4ca6f..062de236 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"