From: michal Date: Mon, 16 Mar 2009 07:08:09 +0000 (+0100) Subject: python: Include missing `p_compiler.h' header. X-Git-Tag: 062012170305~17580^2~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97e4caa33a00392ed81965f44568fd9722117868;p=profile%2Fivi%2Fmesa.git python: Include missing `p_compiler.h' header. --- diff --git a/src/gallium/state_trackers/python/p_state.i b/src/gallium/state_trackers/python/p_state.i index 7f5760b..110b3d5 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";