From 6a36cc27733ba7908809cfc43c2cdd0ce49178e0 Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 2 Jun 2010 04:49:53 +0000 Subject: [PATCH] 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/program@2085 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_open.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/rrd_open.c b/src/rrd_open.c index 9f4f6e2..78d5174 100644 --- a/src/rrd_open.c +++ b/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 -- 2.11.0