under the autoconf build setup.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3870
dc483132-0cff-0310-8789-
dd5450dbe970
--- /dev/null
+Mon Jun 20 19:36:19 1994 Theodore Y. Ts'o (tytso at tsx-11)
+
+ * fcc.h: #include <krb5/osconf.h> so that build works using imake.
+
+
#define __KRB5_FILE_CCACHE__
#include <krb5/krb5.h>
+#include <krb5/osconf.h>
#include <krb5/ext-proto.h>
#include "fcc-proto.h"
#include <krb5/sysincl.h>
--- /dev/null
+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.
+
#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 */