From 78e2a2f245fa66773f34ea68bdbcc2c62d382a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg=20Kristensen?= Date: Wed, 5 Aug 2015 11:53:17 -0700 Subject: [PATCH] tools: Use right #include path for i915_drm.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pkg-config adds /usr/include/libdrm to the include path so we only need i915_drm.h Signed-off-by: Kristian Høgsberg Kristensen --- tools/aubdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aubdump.c b/tools/aubdump.c index d835045d..11f3e2fe 100644 --- a/tools/aubdump.c +++ b/tools/aubdump.c @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include "intel_aub.h" #include "intel_chipset.h"