Browse Source

glesgsg: fix compile error on Arch Linux

[skip ci]
rdb 8 years ago
parent
commit
b5e9f23e3b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/glesgsg/glesgsg.h

+ 3 - 0
panda/src/glesgsg/glesgsg.h

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