浏览代码

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"