mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 04:51:43 +00:00
Merge branch 'master' into next
This commit is contained in:
commit
29d6b5c758
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ int TimeFunction(int requested_frequency);
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined (__unix__) && !defined (_MSDOS)) || defined (UNIXCOMMON)
|
||||
#if (defined (__unix__) && !defined (_MSDOS)) || (defined (UNIXCOMMON) && !defined(__APPLE__))
|
||||
#include <errno.h>
|
||||
#include <sys/wait.h>
|
||||
#define NEWSIGNALHANDLER
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue