performance.c - avoid potential implicit declarations for memset and

memcpy
This commit is contained in:
twinaphex 2013-12-13 04:05:21 +01:00
parent 3445e8e9a0
commit ec16902923

View File

@ -67,6 +67,8 @@
#include <emscripten.h>
#endif
#include <string.h>
#ifdef PERF_TEST
#define MAX_COUNTERS 64
static struct rarch_perf_counter *perf_counters[MAX_COUNTERS];