Code

myplugin.c: Include system headers before collectd headers.
authorSebastian Harl <sh@tokkee.org>
Fri, 22 Dec 2006 00:27:45 +0000 (00:27 +0000)
committerSebastian Harl <sh@tokkee.org>
Fri, 22 Dec 2006 00:27:45 +0000 (00:27 +0000)
commitb4af8b9492e4c55fe2f522192e3dc10c2be8864b
tree20d6b1a4f38fa7419a1300cbdbcdb22f934d4f8b
parent5405cf7f3905a86803c12f985d915f24ea3c3581
myplugin.c: Include system headers before collectd headers.

The collectd headers can hardly been made self-containing in the upstream
sources as we're using autoconf and a couple of #ifdef's to include the
correct headers. To work around this all required headers are included before
the collectd headers.
debian/examples/myplugin.c