From: oetiker Date: Wed, 2 Jun 2010 04:49:53 +0000 (+0000) Subject: rrd_open: include rrd_tool.h at the very start so that utime.h gets included if... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bcc9fe5d89d5905a5974c9bd928d690e3e490a18;p=rrdtool-all.git rrd_open: include rrd_tool.h at the very start so that utime.h gets included if HAVE_BROKEN_MS_ASYNC got set by configure. -- Antoine MUSSO git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2085 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_open.c b/program/src/rrd_open.c index 9f4f6e27..78d51745 100644 --- a/program/src/rrd_open.c +++ b/program/src/rrd_open.c @@ -6,19 +6,21 @@ * $Id$ *****************************************************************************/ +#include "rrd_tool.h" +#include "unused.h" + #ifdef WIN32 #include #include #include #endif + #ifdef HAVE_BROKEN_MS_ASYNC #include #include #endif -#include "rrd_tool.h" -#include "unused.h" #define MEMBLK 8192 #ifdef WIN32