From: Ruben Kerkhof Date: Sun, 11 Jun 2017 11:43:16 +0000 (+0200) Subject: Unconditionally include X-Git-Tag: v1.7.1~131^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F795%2Fhead;p=thirdparty%2Frrdtool-1.x.git Unconditionally include 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. --- diff --git a/src/rrd_client.h b/src/rrd_client.h index c97463b5..2ed64f8e 100644 --- a/src/rrd_client.h +++ b/src/rrd_client.h @@ -27,9 +27,7 @@ #ifndef RRD_CLIENT_H_887A36401735431B937F44DFCAE0B7C9 #define RRD_CLIENT_H_887A36401735431B937F44DFCAE0B7C9 1 -# ifdef HAVE_STDINT_H -# include -# endif +#include /* max length of socket command or response */ #define RRD_CMD_MAX 4096