aboutsummaryrefslogtreecommitdiff
path: root/tests/hiz
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-04-28 23:16:31 -0700
committerVinson Lee <vlee@vmware.com>2011-04-28 23:16:31 -0700
commit23d18d576ba53cb36fcd9bf4aa0c69882f448e4a (patch)
tree33d7613436ffa2f11eb89b5d53f992c46b10caaa /tests/hiz
parent98b5dd7e90306004247872943541b6825706d0bd (diff)
hiz: Include piglit-util.h instead of stdbool.h for boolean types.
stdbool.h is not available with MSVC. piglit-util.h includes stdbool.h and defines the equivalent types for MSVC.
Diffstat (limited to 'tests/hiz')
-rw-r--r--tests/hiz/hiz-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hiz/hiz-util.h b/tests/hiz/hiz-util.h
index 8d0a9fa1..5237011a 100644
--- a/tests/hiz/hiz-util.h
+++ b/tests/hiz/hiz-util.h
@@ -32,7 +32,7 @@
#pragma once
-#include <stdbool.h>
+#include "piglit-util.h"
struct hiz_fbo_options {
GLenum color_format;