diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-13 21:26:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 21:26:15 +0200 |
| commit | 139e621338c7ba1fe03a86d6f2bee9ed1fb97a3b (patch) | |
| tree | 1de6e6d1a977b165ee1cb6dc23b551be329b8bfe /platform/haiku/platform_config.h | |
| parent | 369e54603ef8a9a02b7a2ebfffade0648402c5ca (diff) | |
| parent | a294a842cb85f86cdd69b6e902aef01c9721668b (diff) | |
Merge pull request #20913 from pulkomandy/master
Rebase patches for fixing haiku build.
Diffstat (limited to 'platform/haiku/platform_config.h')
| -rw-r--r-- | platform/haiku/platform_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/haiku/platform_config.h b/platform/haiku/platform_config.h index bbd72dfeb6..72c8ee2535 100644 --- a/platform/haiku/platform_config.h +++ b/platform/haiku/platform_config.h @@ -34,3 +34,4 @@ #define _BSD_SOURCE 1 #define GLES3_INCLUDE_H "glad/glad.h" +#define GLES2_INCLUDE_H "glad/glad.h" |