Include string.h instead

This commit is contained in:
twinaphex 2017-03-09 01:50:27 +01:00
parent 1148c6156e
commit 51581e1578

View File

@ -21,7 +21,7 @@
*/
#include <stdlib.h>
#include <memory.h>
#include <string.h>
/* Ensure uint32_t type (compiler-dependent). */
#if defined(_MSC_VER)