From dbf82d514e802b8e8efa938ae920cebdf0ae21c3 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 7 May 2015 22:39:12 +0200 Subject: [PATCH] Switch from deprecated xf86dga.h header to Xxf86dga.h --- panda/src/display/get_x11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/get_x11.h b/panda/src/display/get_x11.h index 7ea150a963..e950b6c6b9 100644 --- a/panda/src/display/get_x11.h +++ b/panda/src/display/get_x11.h @@ -63,7 +63,7 @@ struct XVisualInfo; #endif #ifdef HAVE_XF86DGA -#include +#include #endif #include "post_x11_include.h"