You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Bump libwebsockets to version 2.4.2
This commit is contained in:
@@ -25,11 +25,13 @@
|
||||
*/
|
||||
#include "string.h"
|
||||
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
/* GODOT ADDITION */
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include "malloc.h"
|
||||
#endif
|
||||
/* END GODOT ADDITION */
|
||||
|
||||
void *ssl_mem_zalloc(size_t size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user