Skip to content

Commit

Permalink
Add missing include of fcntl.h
Browse files Browse the repository at this point in the history
Fixes #11590
  • Loading branch information
slouken committed Dec 5, 2024
1 parent 235e5c6 commit fffa6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file/io_uring/SDL_asyncio_liburing.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <liburing.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h> // for strerror()

static SDL_InitState liburing_init;
Expand Down

0 comments on commit fffa6c7

Please sign in to comment.