From 9450bd56bee3ab99c33be2e08317990fa7563520 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 20 Mar 2015 21:20:10 +0000 Subject: [PATCH] gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h The path is provided by libdrm.pc and already used appropriately by the build system. Signed-off-by: Emil Velikov --- src/gallium/targets/d3dadapter9/drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/d3dadapter9/drm.c b/src/gallium/targets/d3dadapter9/drm.c index ec594fdad79..6342ab801a9 100644 --- a/src/gallium/targets/d3dadapter9/drm.c +++ b/src/gallium/targets/d3dadapter9/drm.c @@ -39,7 +39,7 @@ #include "xmlconfig.h" #include "xmlpool.h" -#include +#include #include #include #include -- 2.30.2