summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-20 23:44:19 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-20 23:44:19 +0000
commit7d22b5fb110837628b1ddb0dbc5e3772e2630dda (patch)
tree00d8cbc4e5cb6fc45ea880a036829aba8e8f18e2 /src/lib
parent03c3589b27974a9f0d8a59fbbb02be9f0c1f0a6e (diff)
downloadkrb5-7d22b5fb110837628b1ddb0dbc5e3772e2630dda.tar.gz
krb5-7d22b5fb110837628b1ddb0dbc5e3772e2630dda.tar.xz
krb5-7d22b5fb110837628b1ddb0dbc5e3772e2630dda.zip
Included krb5/config.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@3871 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/posix/ChangeLog4
-rw-r--r--src/lib/krb5/posix/memmove.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/krb5/posix/ChangeLog b/src/lib/krb5/posix/ChangeLog
new file mode 100644
index 000000000..1664502aa
--- /dev/null
+++ b/src/lib/krb5/posix/ChangeLog
@@ -0,0 +1,4 @@
+Mon Jun 20 19:37:38 1994 Theodore Y. Ts'o (tytso at tsx-11)
+
+ * memmove.c: #include <krb5/config.h> so that build works using imake.
+
diff --git a/src/lib/krb5/posix/memmove.c b/src/lib/krb5/posix/memmove.c
index e4be845e1..3a2349746 100644
--- a/src/lib/krb5/posix/memmove.c
+++ b/src/lib/krb5/posix/memmove.c
@@ -41,6 +41,7 @@ static char sccsid[] = "@(#)bcopy.c 5.11 (Berkeley) 6/21/91";
#endif /* LIBC_SCCS and not lint */
#include <krb5/osconf.h>
+#include <krb5/config.h>
#ifdef USE_STRING_H
#include <string.h>
#else