From 242b8659e40416f893157c7a0919964dabc957cf Mon Sep 17 00:00:00 2001
From: José Fonseca <jrfonseca@tungstengraphics.com>
Date: Mon, 29 Oct 2007 12:29:06 +0000
Subject: Fix i915simple build.

---
 src/mesa/pipe/softpipe/sp_winsys.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'src/mesa/pipe')

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.
-- 
cgit v1.2.3