From d52e8543b61ec5b8b8d9b1574a28ae2472fe4c56 Mon Sep 17 00:00:00 2001 From: Bernd Buschinski Date: Mon, 24 Nov 2008 11:39:07 -0800 Subject: [PATCH] glx: Add missing include for XCB, fixing crash on 64-bit. Bug #18689 --- src/glx/x11/single2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/x11/single2.c b/src/glx/x11/single2.c index b008c69..83a2505 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 */ -- 2.7.4