From 571ea1141188900343cb7f451bf433c0d358a67f Mon Sep 17 00:00:00 2001 From: TimeServ Date: Sat, 15 Apr 2006 03:44:10 +0000 Subject: [PATCH] fix Linux build git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2209 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sys_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/sys_linux.c b/engine/client/sys_linux.c index 8aa099ccb..39dcaa2e5 100644 --- a/engine/client/sys_linux.c +++ b/engine/client/sys_linux.c @@ -41,6 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#include #include "quakedef.h" @@ -483,7 +484,6 @@ qboolean Sys_GetDesktopParameters(int *width, int *height, int *bpp, int *refres { Display *xtemp; int scr; - XPixmapFormatValues xpfv; xtemp = XOpenDisplay(NULL);