Add missing include of fcntl.h

Fixes https://github.com/libsdl-org/SDL/issues/11590
This commit is contained in:
Sam Lantinga 2024-12-05 13:45:17 -08:00
parent 235e5c6a6c
commit fffa6c7a2b

View file

@ -31,6 +31,7 @@
#include <liburing.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h> // for strerror()
static SDL_InitState liburing_init;