X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fbottom.m4;h=a772e05945054718d2d1f8a1db8f2cc927e6277f;hb=3cb9664414f4f5ace8dad227f5714ea412368126;hp=9f99d428b6a68c787e484a37cad192f978439b75;hpb=cb08b8d0a35a78bde8a5b4caccab5dd2d789cca3;p=m6w6%2Flibmemcached diff --git a/m4/bottom.m4 b/m4/bottom.m4 index 9f99d428..a772e059 100644 --- a/m4/bottom.m4 +++ b/m4/bottom.m4 @@ -12,12 +12,14 @@ AH_TOP([ AH_BOTTOM([ +#ifndef __STDC_FORMAT_MACROS +# define __STDC_FORMAT_MACROS +#endif + #if defined(__cplusplus) -#include CSTDINT_H -#include CINTTYPES_H +# include CINTTYPES_H #else -#include -#include +# include #endif #if !defined(HAVE_ULONG) && !defined(__USE_MISC)