Fix linux compilation errors
This commit is contained in:
parent
a8bf9ca46c
commit
727ebd8bf1
|
@ -1,4 +1,5 @@
|
||||||
#ifdef AAPI_SDL2
|
#ifdef AAPI_SDL2
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdio.h>
|
||||||
#ifdef HAVE_SDL2
|
#ifdef HAVE_SDL2
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue