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:
Brian Paul 2014-03-18 11:55:50 -06:00
parent f74cf5f80e
commit f4435da940

View file

@ -25,6 +25,8 @@
*
*/
#include <stdbool.h>
struct ra_class;
struct ra_regs;