1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-25 03:40:50 +00:00

Buildfix for OSX

This commit is contained in:
twinaphex 2020-10-01 17:22:00 +02:00
parent 9444117b67
commit 899ad1cf88

@ -18,6 +18,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <objc/objc.h>
#include <objc/message.h>