mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
5 lines
95 B
C
5 lines
95 B
C
#include <alloca.h>
|
|
|
|
// for ifaddrs.h needed in drivers/unix/ip_unix.cpp
|
|
#define _BSD_SOURCE 1
|