mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-03 05:02:07 +00:00
Fix SDL_events.h include
All SDL includes must be prefixed by "SDL2/". Fixed #5372 <https://github.com/Genymobile/scrcpy/issues/5372> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
c15df01171
commit
e33be3d288
@ -5,7 +5,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <SDL_events.h>
|
||||
#include <SDL2/SDL_events.h>
|
||||
|
||||
enum {
|
||||
SC_EVENT_NEW_FRAME = SDL_USEREVENT,
|
||||
|
Loading…
Reference in New Issue
Block a user