diff options
Diffstat (limited to 'md5c.c')
-rw-r--r-- | md5c.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ abartlet@samba.org Jun 2001 */ #include "md5.h" +#ifdef HAVE_STRING_H +#include <string.h> /* memmove */ +#endif /* * Note: this code is harmless on little-endian machines. |