Include SDL2 CFlags in with the general CFlags: this fixes SDL2 build failures on macOS.
Regenerate auto-conf/etc. Fix the SDL2 includes.
This commit is contained in:
parent
20d7014e4a
commit
1eb1cc5e5b
16 changed files with 4591 additions and 1983 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#ifdef __APPLE__
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
#include "thread.h"
|
||||
#if defined WIN32 || defined _WIN32 || defined _WIN32
|
||||
#include <windows.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue