]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Unconditionally include <stdint.h> 795/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 11 Jun 2017 11:43:16 +0000 (13:43 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 11 Jun 2017 11:43:16 +0000 (13:43 +0200)
commitecd8e3e6947360ad211586029de1fbcb23bd8fc6
treef32834e837d17a26207b195b9c357320fd1112fc
parentdf22968047b8d097ebd2171872f6adb846a278de
Unconditionally include <stdint.h>

Code including rrd_client.h should not have to define HAVE_STDINT_H.

I accidentally bumped into this while porting Collectd's build system
from autotools to meson.
src/rrd_client.h