From: Ruben Kerkhof Date: Fri, 18 Mar 2016 12:22:58 +0000 (+0100) Subject: Fix build on Solaris 10 i386 part 2 X-Git-Tag: collectd-5.5.2~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1619%2Fhead;p=thirdparty%2Fcollectd.git Fix build on Solaris 10 i386 part 2 utils_latency.c needs the same fix as applied in a41f312 (cherry picked from commit e7f7ecc1cac73841cdebd7e0462af4989532a107) --- diff --git a/src/utils_latency.c b/src/utils_latency.c index efca6d296..0b10c3ee9 100644 --- a/src/utils_latency.c +++ b/src/utils_latency.c @@ -24,14 +24,14 @@ * Florian Forster **/ -#include -#include - #include "collectd.h" #include "plugin.h" #include "utils_latency.h" #include "common.h" +#include +#include + #ifndef LLONG_MAX # define LLONG_MAX 9223372036854775807LL #endif