mirror of https://github.com/libsdl-org/SDL.git
Add missing include of fcntl.h
Fixes https://github.com/libsdl-org/SDL/issues/11590
This commit is contained in:
parent
235e5c6a6c
commit
fffa6c7a2b
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <liburing.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h> // for strerror()
|
||||
|
||||
static SDL_InitState liburing_init;
|
||||
|
|
|
|||
Loading…
Reference in New Issue