You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Fix lws compilation on FreeBSD, same as OSX
This error is actually fixed upstream, waiting for a new release
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
#include "string.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include "malloc.h"
|
||||
|
||||
Reference in New Issue
Block a user