rrdtool plugin: Include the `rrd.h' header file in `rrdtool.c', not `collectd.h'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 25 Oct 2007 21:11:54 +0000 (23:11 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 25 Oct 2007 21:11:54 +0000 (23:11 +0200)
commitfebe816d5cf4dff6c35936fd3c5ced8e49ca6ee8
treed28d0b16112d04fae123121e638cfb920335a82b
parentc5f79c76f7d858f2a34c8c5c42de1caafc43af41
rrdtool plugin: Include the `rrd.h' header file in `rrdtool.c', not `collectd.h'.

This caused an error when --with-rrdtool was used to have the header file in a
non-standard directory, because the appropriate CFLAGS were not passed to all
plugins.
src/collectd.h
src/rrdtool.c