diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 56776295b..119f64a29 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -47,9 +47,21 @@ struct sockaddr_dl; #ifdef HAVE_SYS_PARAM_H #include #endif +#ifdef HAVE_INTTYPES_H +#include +#endif #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_SYS_BITYPES_H +#include +#endif +#ifdef HAVE_BIND_BITYPES_H +#include +#endif +#ifdef HAVE_NETINET_IN6_MACHTYPES_H +#include +#endif #ifdef HAVE_UNISTD_H #include #endif