(libretro-common) Fix libco for arm64 Mac (#11946)

This commit is contained in:
Autechre 2021-01-27 11:15:19 +01:00 committed by GitHub
parent 9e2ff36d4a
commit 43611b6b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
#include <string.h>
#include <stdint.h>
#ifndef IOS
#ifndef __APPLE__
#include <malloc.h>
#endif