소스 검색

Merge pull request #7903 from shlomif/fix-build-compile-error

Fix failing build when ALSA is absent

[ci skip]
Rémi Verschelde 8 년 전
부모
커밋
6fb164b344
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      platform/x11/godot_x11.cpp

+ 1 - 0
platform/x11/godot_x11.cpp

@@ -28,6 +28,7 @@
 /*************************************************************************/
 #include <unistd.h>
 #include <limits.h>
+#include <stdlib.h>
 
 #include "main/main.h"
 #include "os_x11.h"