X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=562ae34860ce94497a20ec5282e1b4b8310002e2;hb=eab9dd12e4730f22f8b48d2abc16518272b6e53c;hp=0d1bd2588a82f954e6788a6f891b2bc41d3eafd3;hpb=7ee280786cf9d4e81569a3b451e3b937f1e50dee;p=collectd.git diff --git a/configure.in b/configure.in index 0d1bd258..562ae348 100644 --- a/configure.in +++ b/configure.in @@ -610,8 +610,13 @@ if test "x$fp_layout_type" = "xunknown"; then [[[[ #include #include -#include #include +#if HAVE_STDINT_H +# include +#endif +#if HAVE_STDBOOL_H +# include +#endif ]]]], [[[[ uint64_t i0; @@ -649,8 +654,13 @@ if test "x$fp_layout_type" = "xunknown"; then [[[[ #include #include -#include #include +#if HAVE_STDINT_H +# include +#endif +#if HAVE_STDBOOL_H +# include +#endif #define endianflip(A) ((((uint64_t)(A) & 0xff00000000000000LL) >> 56) | \ (((uint64_t)(A) & 0x00ff000000000000LL) >> 40) | \ (((uint64_t)(A) & 0x0000ff0000000000LL) >> 24) | \ @@ -696,8 +706,13 @@ if test "x$fp_layout_type" = "xunknown"; then [[[[ #include #include -#include #include +#if HAVE_STDINT_H +# include +#endif +#if HAVE_STDBOOL_H +# include +#endif #define intswap(A) ((((uint64_t)(A) & 0xffffffff00000000LL) >> 32) | \ (((uint64_t)(A) & 0x00000000ffffffffLL) << 32)) ]]]],