mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
7 lines
132 B
C++
7 lines
132 B
C++
#include <alloca.h>
|
|
|
|
// for ifaddrs.h needed in drivers/unix/ip_unix.cpp
|
|
#define _BSD_SOURCE 1
|
|
|
|
#define GLES2_INCLUDE_H <GL/glew.h>
|