mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 00:16:18 +00:00
lib: Add missing #include <stdbool.h>
A forgotten fixup to allow instdone.h to compile. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
70ee508421
commit
3b0e336081
@ -26,6 +26,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define MAX_INSTDONE_BITS 100
|
#define MAX_INSTDONE_BITS 100
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user