From 7a08d98d30cb73b48335ba32b9309ac195a73e45 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 17 May 2001 03:10:49 +0000 Subject: [PATCH] include all the headers that AC_GROK_TYPES tries for finding u_int17_t et al git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9984 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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