From 9dca825ef74dc63a71c16adbf846694621c1d055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 4 Nov 2011 19:24:04 +0100 Subject: [PATCH] Fix include in md5 (memory.h is obsolete). --- library/depends/md5/md5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/depends/md5/md5.cpp b/library/depends/md5/md5.cpp index e161868e2..ecd691ead 100644 --- a/library/depends/md5/md5.cpp +++ b/library/depends/md5/md5.cpp @@ -5,7 +5,7 @@ * This code is in the public domain; do with it what you wish. */ -#include /* for memcpy() */ +#include #include "md5.h" #ifndef HIGHFIRST