Ported some more Apple-related fixes from PCem.

This commit is contained in:
OBattler
2021-09-03 19:23:50 +02:00
parent dc33476e0d
commit 136c136608
2 changed files with 21 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#if defined(__APPLE__) && defined(__aarch64__)
#include <pthread.h>
#endif
#include <wchar.h>
#include <math.h>
#ifndef INFINITY