Просмотр исходного кода

Add missing include of fcntl.h

Fixes https://github.com/libsdl-org/SDL/issues/11590
Sam Lantinga 1 год назад
Родитель
Сommit
fffa6c7a2b
1 измененных файлов с 1 добавлено и 0 удалено
  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;