From ecd8e3e6947360ad211586029de1fbcb23bd8fc6 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 11 Jun 2017 13:43:16 +0200 Subject: [PATCH] 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. --- src/rrd_client.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.47.2