mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-26 17:40:40 +00:00
memory.h is not available on all platforms, use string.h instead
This commit is contained in:
parent
fa874b514c
commit
c6b245d1dd
2
deps/crypto/md5.c
vendored
2
deps/crypto/md5.c
vendored
@ -11,7 +11,7 @@
|
||||
|
||||
/*************************** HEADER FILES ***************************/
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include "md5.h"
|
||||
|
||||
/****************************** MACROS ******************************/
|
||||
|
Loading…
Reference in New Issue
Block a user