mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 14:11:10 +00:00
Fix linux compilation errors
This commit is contained in:
parent
a8bf9ca46c
commit
727ebd8bf1
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#ifdef AAPI_SDL2
|
||||
#include <stdio.h>
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdio.h>
|
||||
#ifdef HAVE_SDL2
|
||||
#include <SDL2/SDL.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue