summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2003-06-03 17:27:30 +0000
committerAlexandra Ellwood <lxs@mit.edu>2003-06-03 17:27:30 +0000
commitc8333e343a5afe4bb6954261dea75a9a83ae6c96 (patch)
treef1d76a476ffb78b652c3b28e820ab2fb4b76629d /src
parent17ae192c4b76885ea8d4faace8634f9f36d84d8f (diff)
downloadkrb5-c8333e343a5afe4bb6954261dea75a9a83ae6c96.tar.gz
krb5-c8333e343a5afe4bb6954261dea75a9a83ae6c96.tar.xz
krb5-c8333e343a5afe4bb6954261dea75a9a83ae6c96.zip
* init_os_ctx.c: Included header to get __KLAllowHomeDirectoryAccess()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15547 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/os/ChangeLog4
-rw-r--r--src/lib/krb5/os/init_os_ctx.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog
index 220468c9ce..ee06bfa504 100644
--- a/src/lib/krb5/os/ChangeLog
+++ b/src/lib/krb5/os/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-03 Alexandra Ellwood <lxs@mit.edu>
+
+ * init_os_ctx.c: Included header to get __KLAllowHomeDirectoryAccess().
+
2003-05-27 Ken Raeburn <raeburn@mit.edu>
* send524.c (krb5int_524_sendto_kdc): Enable support on Windows
diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c
index 8a09f01517..b569b8a862 100644
--- a/src/lib/krb5/os/init_os_ctx.c
+++ b/src/lib/krb5/os/init_os_ctx.c
@@ -31,6 +31,10 @@
#include "k5-int.h"
#include "os-proto.h"
+#ifdef USE_LOGIN_LIBRARY
+#include "KerberosLoginPrivate.h"
+#endif
+
#if defined(_WIN32)
static krb5_error_code