diff options
Diffstat (limited to 'libmd5')
-rw-r--r-- | libmd5/md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmd5/md5.c b/libmd5/md5.c index 6cafb26..0763598 100644 --- a/libmd5/md5.c +++ b/libmd5/md5.c @@ -19,6 +19,7 @@ * - Ian Jackson <ian@chiark.greenend.org.uk>. * Still in the public domain. */ + #include <string.h> /* for memcpy() */ #include <sys/types.h> /* for stupid systems */ |