Included krb5/config.h so that things will work under imake as well as
authorTheodore Tso <tytso@mit.edu>
Mon, 20 Jun 1994 23:44:19 +0000 (23:44 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 20 Jun 1994 23:44:19 +0000 (23:44 +0000)
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 [new file with mode: 0644]
src/lib/krb5/posix/memmove.c

diff --git a/src/lib/krb5/posix/ChangeLog b/src/lib/krb5/posix/ChangeLog
new file mode 100644 (file)
index 0000000..1664502
--- /dev/null
@@ -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.
+
index e4be845e1e68b448843b84c27a47507cd3511be2..3a2349746cb1a3bddf160ddb8a7881e5a478ab13 100644 (file)
@@ -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