소스 검색
Fix missing symbol when rglfw.c on BSD platforms (#2968)
pull/2970/head
Niels Martignène
2 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
src/rglfw.c
|
|
|
@ -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" |
|
|
|
|
|
|
|
|