From 8bdb4cfa450b16f2c70729f923fa05d9553d7118 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Mon, 5 May 2014 23:28:23 +0200 Subject: [PATCH] libdrm: Fix drm.h include in qxl drm header file Use "drm.h" instead of "drm/drm.h" as used in the other header files. Fixes xserver-xorg-video-qxl build with KMS support on Debian, where this file is installed in /usr/include/libdrm. Fixes Debian bug #746807 Reported-by: Bastian Blank Signed-off-by: Andreas Boll Reviewed-by: Emil Velikov --- include/drm/qxl_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h index 5d7de702..1e331a86 100644 --- a/include/drm/qxl_drm.h +++ b/include/drm/qxl_drm.h @@ -25,7 +25,7 @@ #define QXL_DRM_H #include -#include "drm/drm.h" +#include "drm.h" /* Please note that modifications to all structs defined here are * subject to backwards-compatibility constraints. -- 2.11.0