소스 검색

Fixed compiling for Raspberry Pi

Sam Lantinga 3 년 전
부모
커밋
4e5839a5f4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/video/SDL_egl.c

+ 3 - 0
src/video/SDL_egl.c

@@ -30,6 +30,9 @@
 #include "../core/android/SDL_android.h"
 #include "../video/android/SDL_androidvideo.h"
 #endif
+#if SDL_VIDEO_DRIVER_RPI
+#include <unistd.h>
+#endif
 
 #include "SDL_sysvideo.h"
 #include "SDL_egl_c.h"