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:
C.W. Betts 2021-05-19 16:07:40 -06:00
commit 1eb1cc5e5b
16 changed files with 4591 additions and 1983 deletions

View file

@ -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>