author | Florian Forster <octo@collectd.org> | |
Sun, 6 Nov 2016 09:34:22 +0000 (10:34 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 6 Nov 2016 09:50:38 +0000 (10:50 +0100) | ||
commit | b133328f9681b159300515b1bd6b32cf0d5d819c | |
tree | cb04c0aa72ffa67874c21bc8aa9951aa5dbaa886 | tree | snapshot |
parent | 55ef2778ade050e2924eeb027c98feea103f1585 | commit | diff |
write_riemann plugin: Fix order of includes.
The previous version failed on Solaris with:
In file included from ./daemon/collectd.h:31:0,
from write_riemann.c:36:
./config.h:1619:0: error: "_FILE_OFFSET_BITS" redefined [-Werror]
#define _FILE_OFFSET_BITS 64
^
The previous version failed on Solaris with:
In file included from ./daemon/collectd.h:31:0,
from write_riemann.c:36:
./config.h:1619:0: error: "_FILE_OFFSET_BITS" redefined [-Werror]
#define _FILE_OFFSET_BITS 64
^
src/write_riemann.c | diff | blob | history | |
src/write_riemann_threshold.c | diff | blob | history |