aboutsummaryrefslogtreecommitdiffstats
path: root/md5c.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-10-02 07:56:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-10-02 07:56:40 +0000
commitd1729183885a1019b59ffb047115f955e1f866f8 (patch)
tree62c33af43b9faf78682f7ca73c017c81c1e4b3ab /md5c.c
parent0d51677f8a2f8427b268b16764395b1431721dab (diff)
downloadfetchmail-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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/md5c.c b/md5c.c
index 22ce9dee..52d351d7 100644
--- a/md5c.c
+++ b/md5c.c
@@ -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.