From: Brian Paul Date: Tue, 18 Mar 2014 17:55:50 +0000 (-0600) Subject: mesa: include stdbool.h in register_allocate.h to fix build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4435da940327cdb2c3c2bafd6e6e40f6f545639;p=mesa.git mesa: include stdbool.h in register_allocate.h to fix build https://bugs.freedesktop.org/show_bug.cgi?id=76331 --- diff --git a/src/mesa/program/register_allocate.h b/src/mesa/program/register_allocate.h index 1dd28bee3af..337dcf7099b 100644 --- a/src/mesa/program/register_allocate.h +++ b/src/mesa/program/register_allocate.h @@ -25,6 +25,8 @@ * */ +#include + struct ra_class; struct ra_regs;