Fix failing build on mageia v6 x64 linux.
There was an error about undeclared malloc()+free().
This commit is contained in:
parent
55ce8e6ce9
commit
0ef3d22d98
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
/*************************************************************************/
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "main/main.h"
|
||||
#include "os_x11.h"
|
||||
|
|
Loading…
Reference in a new issue