Browse Source

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

pull/2970/head
Niels Martignène 1 year ago
committed by GitHub
parent
commit
76b5959bb5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rglfw.c

+ 1
- 0
src/rglfw.c 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"

Loading…
Cancel
Save