Fix linux compilation errors

This commit is contained in:
Agent X 2024-07-02 14:16:49 -04:00
parent a8bf9ca46c
commit 727ebd8bf1
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#ifdef AAPI_SDL2
#include <stdio.h>
#include <SDL2/SDL.h>

View File

@ -1,3 +1,4 @@
#include <stdio.h>
#ifdef HAVE_SDL2
#include <SDL2/SDL.h>
#else