Mesa (master): mesa: include stdbool.h in register_allocate.h to fix build

Brian Paul brianp at kemper.freedesktop.org
Tue Mar 18 19:28:34 UTC 2014


Module: Mesa
Branch: master
Commit: f4435da940327cdb2c3c2bafd6e6e40f6f545639
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4435da940327cdb2c3c2bafd6e6e40f6f545639

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Mar 18 11:55:50 2014 -0600

mesa: include stdbool.h in register_allocate.h to fix build

https://bugs.freedesktop.org/show_bug.cgi?id=76331

---

 src/mesa/program/register_allocate.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mesa/program/register_allocate.h b/src/mesa/program/register_allocate.h
index 1dd28be..337dcf7 100644
--- a/src/mesa/program/register_allocate.h
+++ b/src/mesa/program/register_allocate.h
@@ -25,6 +25,8 @@
  *
  */
 
+#include <stdbool.h>
+
 struct ra_class;
 struct ra_regs;
 




More information about the mesa-commit mailing list