From: Theodore Tso Date: Mon, 20 Jun 1994 23:44:19 +0000 (+0000) Subject: Included krb5/config.h so that things will work under imake as well as X-Git-Tag: krb5-1.0-beta4.1~51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d22b5fb110837628b1ddb0dbc5e3772e2630dda;p=krb5.git 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 --- 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