apcups plugin: Include "collectd.h" *before" <stdlib.h>.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 31 Oct 2008 14:44:53 +0000 (15:44 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 31 Oct 2008 14:44:53 +0000 (15:44 +0100)
If not defined, <stdlib.h> sets/defines _FILE_OFFSET_BITS. Since (in 32bit
mode) "collectd.h" defines that, too, you'll run into compilation problems.


No differences found