From c2ef88c4d3a551ff7646bfb86550cae32b02a510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Tue, 14 Jan 2020 09:23:34 +0100 Subject: [PATCH xserver 02/22] modesetting: Explicitly #include "mi.h" For the miClearDrawable prototype. Apparently it doesn't get pulled in for some build configurations, breaking the build. Reviewed-by: Kenneth Graunke (cherry picked from commit a24a786fc8490fda08b15c3dab6fa6750f008ecb) --- hw/xfree86/drivers/modesetting/drmmode_display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c index e18cc379f..3874f6e21 100644 --- a/hw/xfree86/drivers/modesetting/drmmode_display.c +++ b/hw/xfree86/drivers/modesetting/drmmode_display.c @@ -36,6 +36,7 @@ #include "dumb_bo.h" #include "xf86str.h" #include "X11/Xatom.h" +#include "mi.h" #include "micmap.h" #include "xf86cmap.h" #include "xf86DDC.h" -- 2.24.1