mesa: include stdbool.h in register_allocate.h to fix build
authorBrian Paul <brianp@vmware.com>
Tue, 18 Mar 2014 17:55:50 +0000 (11:55 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 18 Mar 2014 19:28:17 +0000 (13:28 -0600)
https://bugs.freedesktop.org/show_bug.cgi?id=76331

src/mesa/program/register_allocate.h

index 1dd28bee3af574126c7f653523d0705cfa49f7cf..337dcf7099bf5d5037b47bdc46230b5d5937099b 100644 (file)
@@ -25,6 +25,8 @@
  *
  */
 
+#include <stdbool.h>
+
 struct ra_class;
 struct ra_regs;