tests/gem_exec_parse: fixups for the recent massive refactoring

I think we might have some use for a do_ioctl_expected_errno or some
such thing. But that's for later.

Cc: Brad Volkin <bradley.d.volkin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2014-03-25 14:23:20 +01:00
parent 6bf7307d8d
commit 05f6a35d40

View File

@ -25,9 +25,12 @@
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include "drm.h"
#include "i915_drm.h"
#include <errno.h>
#include <drm.h>
#include "drmtest.h"
#include "ioctl_wrappers.h"
#ifndef I915_PARAM_CMD_PARSER_VERSION
#define I915_PARAM_CMD_PARSER_VERSION 28