[Piglit] [PATCH 04/14] util: Add missing #include

Chad Versace chad.versace at linux.intel.com
Tue Jun 12 16:02:50 PDT 2012


piglit-framework-fbo.h used bool, but did not include stdbool.h.

Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
 tests/util/piglit-framework-fbo.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/util/piglit-framework-fbo.h b/tests/util/piglit-framework-fbo.h
index af55472..c31f206 100644
--- a/tests/util/piglit-framework-fbo.h
+++ b/tests/util/piglit-framework-fbo.h
@@ -21,7 +21,7 @@
  * IN THE SOFTWARE.
  */
 
-#include "piglit-util.h"
+#include <stdbool.h>
 
 extern bool piglit_use_fbo;
 
-- 
1.7.10.4



More information about the Piglit mailing list