You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix failing build on mageia v6 x64 linux.
There was an error about undeclared malloc()+free().
(cherry picked from commit 0ef3d22d98)
This commit is contained in:
committed by
Rémi Verschelde
parent
db6d9cdc22
commit
cb2cdce6b8
@@ -28,6 +28,7 @@
|
||||
/*************************************************************************/
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "main/main.h"
|
||||
#include "os_x11.h"
|
||||
|
||||
Reference in New Issue
Block a user