From 3c8aa2fb6ef9ac2526af27c5b14d51552768d5c3 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 13 Feb 2015 14:54:25 +0100 Subject: [PATCH] tests/gem_ctx_param_basic: Include header, not source Oops. Reported by Tim Gore. Signed-off-by: Daniel Vetter --- tests/gem_ctx_param_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_ctx_param_basic.c b/tests/gem_ctx_param_basic.c index 8a2534cd..b44b37cf 100644 --- a/tests/gem_ctx_param_basic.c +++ b/tests/gem_ctx_param_basic.c @@ -29,7 +29,7 @@ #include #include "ioctl_wrappers.h" #include "drmtest.h" -#include "igt_aux.c" +#include "igt_aux.h" IGT_TEST_DESCRIPTION("Basic test for context set/get param input validation.");