فهرست منبع

Fix failing build on mageia v6 x64 linux.

There was an error about undeclared malloc()+free().
Shlomi Fish 8 سال پیش
والد
کامیت
0ef3d22d98
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"