From acc640958bf70e6ed9f931651ef1ce9bdd3f7c35 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 21 Mar 1999 18:58:11 +0000 Subject: [PATCH] git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5688 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/grok-type.m4 | 3 +++ include/bits.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cf/grok-type.m4 b/cf/grok-type.m4 index ecbbbbaa3..09473a3e7 100644 --- a/cf/grok-type.m4 +++ b/cf/grok-type.m4 @@ -9,6 +9,9 @@ AC_TRY_COMPILE([ #ifdef HAVE_SYS_BITYPES_H #include #endif +#ifdef HAVE_SYS_BITYPES_H +#include +#endif #ifdef HAVE_NETINET_IN6_MACHTYPES_H #include #endif diff --git a/include/bits.c b/include/bits.c index 9dc35a7b4..308426a0d 100644 --- a/include/bits.c +++ b/include/bits.c @@ -149,6 +149,9 @@ int main(int argc, char **argv) #ifdef HAVE_SYS_BITYPES_H fprintf(f, "#include \n"); #endif +#ifdef HAVE_BIND_BITYPES_H + fprintf(f, "#include \n"); +#endif #ifdef HAVE_NETINET_IN6_MACHTYPES_H fprintf(f, "#include \n"); #endif