diff options
Diffstat (limited to 'net-p2p/mldonkey/files/patch-hashes')
-rw-r--r-- | net-p2p/mldonkey/files/patch-hashes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/files/patch-hashes b/net-p2p/mldonkey/files/patch-hashes index 1d042f022330..fc1f71eb47f9 100644 --- a/net-p2p/mldonkey/files/patch-hashes +++ b/net-p2p/mldonkey/files/patch-hashes @@ -122,11 +122,12 @@ return Val_true; \ --- src/networks/fasttrack/fst_crypt.c.orig Tue Sep 6 22:23:50 2005 +++ src/networks/fasttrack/fst_crypt.c Tue Sep 6 22:26:34 2005 -@@ -15,7 +15,7 @@ +@@ -15,7 +15,8 @@ * General Public License for more details. */ -#include "../../utils/lib/md5.h" ++#include <string.h> +#include <openssl/md5.h> #include "fst_crypt.h" |