Преглед на файлове

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"