diff --git a/gencode.c b/gencode.c index b0abe00..14f4b75 100644 --- a/gencode.c +++ b/gencode.c @@ -31,6 +31,14 @@ static const char rcsid[] _U_ = #ifdef WIN32 #include #else /* WIN32 */ +#if HAVE_INTTYPES_H +#include +#elif HAVE_STDINT_H +#include +#endif +#ifdef HAVE_SYS_BITYPES_H +#include +#endif #include #include #endif /* WIN32 */