aboutsummaryrefslogtreecommitdiffstats
path: root/md5c.c
diff options
context:
space:
mode:
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.