Fix missing symbol when rglfw.c on BSD platforms (#2968)

This commit is contained in:
Niels Martignène 2023-03-19 09:43:51 +01:00 committed by GitHub
parent fec96137e8
commit 76b5959bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
#include "external/glfw/src/posix_module.c"
#include "external/glfw/src/posix_thread.c"
#include "external/glfw/src/posix_time.c"
#include "external/glfw/src/posix_poll.c"
#include "external/glfw/src/null_joystick.c"
#include "external/glfw/src/xkb_unicode.c"