mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-14 22:05:59 +00:00
Add missing include of fcntl.h
Fixes https://github.com/libsdl-org/SDL/issues/11590
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#include <liburing.h>
|
#include <liburing.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
#include <string.h> // for strerror()
|
#include <string.h> // for strerror()
|
||||||
|
|
||||||
static SDL_InitState liburing_init;
|
static SDL_InitState liburing_init;
|
||||||
|
Reference in New Issue
Block a user