OSDN Git Service

softpipe: Add missing include.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 4 Sep 2008 02:15:08 +0000 (11:15 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 4 Sep 2008 02:15:08 +0000 (11:15 +0900)
src/gallium/drivers/softpipe/sp_draw_arrays.c

index 54f7bfa..424bd56 100644 (file)
@@ -34,6 +34,7 @@
 #include "pipe/p_defines.h"
 #include "pipe/p_context.h"
 #include "pipe/p_winsys.h"
+#include "pipe/p_inlines.h"
 
 #include "sp_context.h"
 #include "sp_state.h"