From: Bernd Buschinski Date: Mon, 24 Nov 2008 19:39:07 +0000 (-0800) Subject: glx: Add missing include for XCB, fixing crash on 64-bit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d52e8543b61ec5b8b8d9b1574a28ae2472fe4c56;p=mesa.git glx: Add missing include for XCB, fixing crash on 64-bit. Bug #18689 --- diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index b008c6996c1..83a25052220 100644 --- a/src/glx/x11/single2.c +++ b/src/glx/x11/single2.c @@ -40,6 +40,7 @@ #ifdef USE_XCB #include #include +#include #endif /* USE_XCB */