From ba8d684a347753eaf22776118cbd8e9eb0f942b0 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Fri, 10 Jun 1994 19:27:45 +0000 Subject: [PATCH] since we only need this on non BSD-4.4 systems, do not use BSD-4.4-specific headers git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3720 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/posix/memmove.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/posix/memmove.c b/src/lib/krb5/posix/memmove.c index e895f0aaa..e4be845e1 100644 --- a/src/lib/krb5/posix/memmove.c +++ b/src/lib/krb5/posix/memmove.c @@ -40,8 +40,12 @@ 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 +#include +#endif /* * sizeof(word) MUST BE A POWER OF TWO -- 2.26.2