Skip to content

Commit b73ba6c

Browse files
committed
Merge pull request #110198 from zeux/sdl-linux-stdlib
Configure SDL assuming we, in fact, have a libc
2 parents 8c7c96e + dcefe95 commit b73ba6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/sdl/SDL_build_config_private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
#define SDL_PLATFORM_UNIX 1
8282

8383
#define HAVE_STDIO_H 1
84+
#define HAVE_LIBC 1
8485
#define HAVE_LINUX_INPUT_H 1
8586
#define HAVE_POLL 1
8687

0 commit comments

Comments
 (0)