소스 검색

Update posix_poll.c

Ray 3 년 전
부모
커밋
10ae54379a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/external/glfw/src/posix_poll.c

+ 1 - 0
src/external/glfw/src/posix_poll.c

@@ -29,6 +29,7 @@
 #define _GNU_SOURCE
 
 #include "internal.h"
+#include "posix_poll.h"
 
 #include <signal.h>
 #include <time.h>