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

Signed-off-by: Chad Versace <chad.vers...@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

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to