mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 06:50:32 +00:00
performance.c - avoid potential implicit declarations for memset and
memcpy
This commit is contained in:
parent
3445e8e9a0
commit
ec16902923
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user