From 7d22b5fb110837628b1ddb0dbc5e3772e2630dda Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 20 Jun 1994 23:44:19 +0000 Subject: [PATCH] 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 --- src/lib/krb5/posix/ChangeLog | 4 ++++ src/lib/krb5/posix/memmove.c | 1 + 2 files changed, 5 insertions(+) create mode 100644 src/lib/krb5/posix/ChangeLog 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 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 +#include #ifdef USE_STRING_H #include #else -- 2.26.2