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=7644c22fc0ab637da40c893495ebe9588aff5a4c;p=rrdtool.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/branches/1.4/program@2085 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_open.c b/src/rrd_open.c index 9f4f6e2..39de55a 100644 --- a/src/rrd_open.c +++ b/src/rrd_open.c @@ -6,6 +6,9 @@ * $Id$ *****************************************************************************/ +#include "rrd_tool.h" +#include "unused.h" + #ifdef WIN32 #include #include @@ -17,8 +20,6 @@ #include #endif -#include "rrd_tool.h" -#include "unused.h" #define MEMBLK 8192 #ifdef WIN32