Add missing include of fcntl.h
Fixes https://github.com/libsdl-org/SDL/issues/11590
This commit is contained in:
parent
235e5c6a6c
commit
fffa6c7a2b
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <liburing.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h> // for strerror()
|
||||
|
||||
static SDL_InitState liburing_init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue