aboutsummaryrefslogtreecommitdiffstats
path: root/md5ify.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-27 13:35:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-27 13:35:45 +0000
commite05fd1d8a7e5588008469746383f9e71bd1cbbfe (patch)
tree58947814754209fdf0c821ea7fff1afa2888c4f0 /md5ify.c
parent6c1df37bf15ce8602bd8a997d89e21c6e21d8b0d (diff)
downloadfetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.gz
fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.bz2
fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.zip
Various minor fixes.
svn path=/trunk/; revision=1866
Diffstat (limited to 'md5ify.c')
-rw-r--r--md5ify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/md5ify.c b/md5ify.c
index 0ca3e6b9..62f7cc27 100644
--- a/md5ify.c
+++ b/md5ify.c
@@ -11,6 +11,7 @@
***********************************************************************/
#include <stdio.h>
+#include <string.h>
#if defined(STDC_HEADERS)
#include <string.h>