mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
mesa: include stdbool.h in register_allocate.h to fix build
https://bugs.freedesktop.org/show_bug.cgi?id=76331
This commit is contained in:
parent
f74cf5f80e
commit
f4435da940
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct ra_class;
|
||||
struct ra_regs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue