From: Mark Eichin Date: Fri, 10 Jun 1994 19:27:45 +0000 (+0000) Subject: since we only need this on non BSD-4.4 systems, do not use BSD-4.4-specific headers X-Git-Tag: krb5-1.0-beta4~133 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ba8d684a347753eaf22776118cbd8e9eb0f942b0;p=krb5.git 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 --- 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