diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-10-02 07:56:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-10-02 07:56:40 +0000 |
commit | d1729183885a1019b59ffb047115f955e1f866f8 (patch) | |
tree | 62c33af43b9faf78682f7ca73c017c81c1e4b3ab /md5c.c | |
parent | 0d51677f8a2f8427b268b16764395b1431721dab (diff) | |
download | fetchmail-d1729183885a1019b59ffb047115f955e1f866f8.tar.gz fetchmail-d1729183885a1019b59ffb047115f955e1f866f8.tar.bz2 fetchmail-d1729183885a1019b59ffb047115f955e1f866f8.zip |
HMH's changes.
svn path=/trunk/; revision=3531
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. |