glesgsg: fix compile error on Arch Linux

[skip ci]
This commit is contained in:
rdb 2018-01-07 12:07:49 +01:00
parent bdb53b8cb5
commit b5e9f23e3b

View File

@ -62,6 +62,9 @@
// #include <GLESglext.h>
#endif
// Some implementations (Arch Linux) set this in glext.h
typedef char GLchar;
#include "panda_esglext.h"
// This helps to keep the source clean of hundreds of ifdefs.