diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-05-05 10:57:12 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-05-05 11:09:30 +0100 |
commit | 4bd9fe6e3409d59e618053f908e33bc291d295f4 (patch) | |
tree | 471f6bf4c9d700a8c60fc5d0a0dad8cba40f201f /lib | |
parent | c864279de620a6e211b8a197dbdf9e3e1e2b60ab (diff) |
gem_alive: A utility to see if the driver or GPU has hung
Diffstat (limited to 'lib')
-rw-r--r-- | lib/igt_debugfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h index bcd7f762..0b55477c 100644 --- a/lib/igt_debugfs.h +++ b/lib/igt_debugfs.h @@ -27,6 +27,7 @@ #include <stdbool.h> #include <stdint.h> +#include <stdio.h> enum pipe; |