Fix include in md5 (memory.h is obsolete).

develop
Petr Mrázek 2011-11-04 19:24:04 +01:00
parent da21fa1d79
commit 9dca825ef7
1 changed files with 1 additions and 1 deletions

@ -5,7 +5,7 @@
* This code is in the public domain; do with it what you wish.
*/
#include <memory.h> /* for memcpy() */
#include <string.h>
#include "md5.h"
#ifndef HIGHFIRST