lots of includes and HAVE_FOO_H

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2153 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-11 20:26:10 +00:00
parent d344d29f46
commit 5cdca3a638
18 changed files with 115 additions and 35 deletions

View File

@@ -45,7 +45,9 @@ RCSID("$Id$");
* memmove for systems that doesn't have it
*/
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
void* memmove(void *s1, const void *s2, size_t n)
{