diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 0619bf600..6e3c16907 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -50,6 +50,9 @@ #ifdef HAVE_SYS_TYPES_H #include #endif +#ifdef HAVE_SYS_MMAN_H +#include +#endif #ifdef HAVE_UNISTD_H #include #endif @@ -120,6 +123,10 @@ struct sockaddr_dl; #undef des_encrypt #endif +#ifdef HAVE_DOOR_CREATE +#include +#endif + #include #include #include