From 97e4caa33a00392ed81965f44568fd9722117868 Mon Sep 17 00:00:00 2001
From: michal <michal@wmvare.com>
Date: Mon, 16 Mar 2009 08:08:09 +0100
Subject: python: Include missing `p_compiler.h' header.

---
 src/gallium/state_trackers/python/p_state.i | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/gallium')

diff --git a/src/gallium/state_trackers/python/p_state.i b/src/gallium/state_trackers/python/p_state.i
index 7f5760b3b6..110b3d5da4 100644
--- a/src/gallium/state_trackers/python/p_state.i
+++ b/src/gallium/state_trackers/python/p_state.i
@@ -37,6 +37,7 @@
 %ignore winsys;
 %ignore pipe_vertex_buffer::buffer;
 
+%include "pipe/p_compiler.h";
 %include "pipe/p_state.h";
 
 
-- 
cgit v1.2.3