tests/gem_ctx_param_basic: Include header, not source

Oops. Reported by Tim Gore.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter 2015-02-13 14:54:25 +01:00
parent 3cd45dec2e
commit 3c8aa2fb6e

View File

@ -29,7 +29,7 @@
#include <stdio.h>
#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.");