mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Fix failing build on mageia v6 x64 linux.
There was an error about undeclared malloc()+free().
This commit is contained in:
@@ -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