tests/gem_exec_blt: Compile fix

This commit is contained in:
Chris Wilson 2011-02-09 10:21:27 +00:00
parent 68b64f1b39
commit a5bbd5ea71

View File

@ -215,6 +215,7 @@ static void run(int object_size)
uint32_t buf[20];
uint32_t handle, src, dst;
int fd, len, count;
int ring;
fd = drm_open_any();
handle = gem_create(fd, 4096);