Browse Source

Add missing include of fcntl.h

Fixes https://github.com/libsdl-org/SDL/issues/11590
Sam Lantinga 4 months ago
parent
commit
fffa6c7a2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/file/io_uring/SDL_asyncio_liburing.c

+ 1 - 0
src/file/io_uring/SDL_asyncio_liburing.c

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