summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-20 23:44:03 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-20 23:44:03 +0000
commit03c3589b27974a9f0d8a59fbbb02be9f0c1f0a6e (patch)
tree20415405e76147d62e2045d261f87ac2430067b2 /src/lib/krb5/rcache
parentcfc5f19b2a0a51b85b324e302b0802dd9e44c7be (diff)
downloadkrb5-03c3589b27974a9f0d8a59fbbb02be9f0c1f0a6e.tar.gz
krb5-03c3589b27974a9f0d8a59fbbb02be9f0c1f0a6e.tar.xz
krb5-03c3589b27974a9f0d8a59fbbb02be9f0c1f0a6e.zip
Included krb5/osconf.h so that things will work under imake as well as
under the autoconf build setup. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3870 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/rcache')
-rw-r--r--src/lib/krb5/rcache/ChangeLog4
-rw-r--r--src/lib/krb5/rcache/rc_base.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/krb5/rcache/ChangeLog b/src/lib/krb5/rcache/ChangeLog
new file mode 100644
index 0000000000..d51d51a084
--- /dev/null
+++ b/src/lib/krb5/rcache/ChangeLog
@@ -0,0 +1,4 @@
+Mon Jun 20 19:37:13 1994 Theodore Y. Ts'o (tytso at tsx-11)
+
+ * rc_base.h: #include <krb5/osconf.h> so that build works using imake.
+
diff --git a/src/lib/krb5/rcache/rc_base.h b/src/lib/krb5/rcache/rc_base.h
index 81fe341c71..04595de621 100644
--- a/src/lib/krb5/rcache/rc_base.h
+++ b/src/lib/krb5/rcache/rc_base.h
@@ -11,6 +11,7 @@
#ifndef KRB5_RC_H
#define KRB5_RC_H
#include <krb5/krb5.h>
+#include <krb5/osconf.h>
#include <krb5/ext-proto.h>
/* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */