From 5e83f0444d0fcef2d5996ef12f9cf1593ccd8f78 Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Thu, 15 May 2014 14:06:51 -0400 Subject: [PATCH] tests/gem_bad_reloc: Adding missing include. It was breaking compilation. Signed-off-by: Rodrigo Vivi --- tests/gem_bad_reloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gem_bad_reloc.c b/tests/gem_bad_reloc.c index a2427c03..f794b558 100644 --- a/tests/gem_bad_reloc.c +++ b/tests/gem_bad_reloc.c @@ -40,6 +40,7 @@ #include "ioctl_wrappers.h" #include "drmtest.h" #include "intel_io.h" +#include "intel_chipset.h" #define USE_LUT (1 << 12)