diff options
Diffstat (limited to 'cipher/md.c')
-rw-r--r-- | cipher/md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/md.c b/cipher/md.c index eb7b7b845..221cf7199 100644 --- a/cipher/md.c +++ b/cipher/md.c @@ -21,6 +21,7 @@ #include <config.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <errno.h> #include "util.h" #include "cipher.h" |