summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-10-29 12:29:06 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-10-29 12:29:06 +0000
commit242b8659e40416f893157c7a0919964dabc957cf (patch)
tree42a4d452f70237a837c867464f59cd5c8b9b09c9 /src/mesa/pipe
parent1039a755142e2fd45dc291d891c514fdfa7e033c (diff)
Fix i915simple build.
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r--src/mesa/pipe/softpipe/sp_winsys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_winsys.h b/src/mesa/pipe/softpipe/sp_winsys.h
index d8ae971188..1912e59b9f 100644
--- a/src/mesa/pipe/softpipe/sp_winsys.h
+++ b/src/mesa/pipe/softpipe/sp_winsys.h
@@ -29,6 +29,9 @@
#define SP_WINSYS_H
+#include "pipe/p_compiler.h" // for boolean
+
+
/* This is the interface that softpipe requires any window system
* hosting it to implement. This is the only include file in softpipe
* which is public.