From 9ed2aa6e3f6036f57eea3e60318706a7afff070a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 29 May 2005 14:28:39 +0000 Subject: [PATCH] Maybe include , maybe include . git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15257 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 7 +++++++ 1 file changed, 7 insertions(+) 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