1
0
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:
Fabio Alessandrelli
2018-02-28 18:08:20 +01:00
parent 3d03bcd063
commit ea7af81460
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
*/
#include "string.h"
#ifdef __APPLE__
#if defined(__APPLE__) || defined(__FreeBSD__)
#include <stdlib.h>
#else
#include "malloc.h"