From b5e9f23e3b4cc73e953e91bf36976c9e1cc69fa8 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 7 Jan 2018 12:07:49 +0100 Subject: [PATCH] glesgsg: fix compile error on Arch Linux [skip ci] --- panda/src/glesgsg/glesgsg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/glesgsg/glesgsg.h b/panda/src/glesgsg/glesgsg.h index c0afb58b56..64d64db216 100644 --- a/panda/src/glesgsg/glesgsg.h +++ b/panda/src/glesgsg/glesgsg.h @@ -62,6 +62,9 @@ // #include #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.