summaryrefslogtreecommitdiff
path: root/platform/haiku/platform_config.h
blob: 691bdbdb9c78078fd1171e11e4f46b04a58ec803 (plain)
1
2
3
4
5
6
#include <alloca.h>

// for ifaddrs.h needed in drivers/unix/ip_unix.cpp
#define _BSD_SOURCE 1

#define GLES2_INCLUDE_H <GL/glew.h>