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=e3a59e5d4cfe2957a2c691dbabaa6e6455cfd1ae;p=rrdtool.git only include utime.h when necessary git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1809 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_open.c b/src/rrd_open.c index dba1a01..f7ccca8 100644 --- a/src/rrd_open.c +++ b/src/rrd_open.c @@ -13,6 +13,10 @@ #include #include #include +#endif + +#ifdef HAVE_BROKEN_MS_ASYNC +#include #include #endif