memory.h is not available on all platforms, use string.h instead

This commit is contained in:
twinaphex 2017-08-07 18:46:28 +02:00
parent fa874b514c
commit c6b245d1dd

2
deps/crypto/md5.c vendored
View File

@ -11,7 +11,7 @@
/*************************** HEADER FILES ***************************/
#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include "md5.h"
/****************************** MACROS ******************************/