summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_primitive_restart.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-11-22 15:35:07 -0800
committerMatt Turner <mattst88@gmail.com>2015-11-24 10:05:33 -0800
commitfb86f0e75ade89535f8603754c8e24e415d7c52b (patch)
tree8e92de8eb74dccbb29f9ea5133409d589d8061e9 /src/mesa/drivers/dri/i965/brw_primitive_restart.c
parent6fe9ea78fa413ca3f0359f62881876f6b7a12f03 (diff)
downloadexternal_mesa3d-fb86f0e75ade89535f8603754c8e24e415d7c52b.zip
external_mesa3d-fb86f0e75ade89535f8603754c8e24e415d7c52b.tar.gz
external_mesa3d-fb86f0e75ade89535f8603754c8e24e415d7c52b.tar.bz2
i965: Push down inclusion of vbo/vbo.h.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_primitive_restart.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_primitive_restart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_primitive_restart.c b/src/mesa/drivers/dri/i965/brw_primitive_restart.c
index c8d9002..0c3db6b 100644
--- a/src/mesa/drivers/dri/i965/brw_primitive_restart.c
+++ b/src/mesa/drivers/dri/i965/brw_primitive_restart.c
@@ -28,6 +28,7 @@
#include "main/imports.h"
#include "main/bufferobj.h"
#include "main/varray.h"
+#include "vbo/vbo.h"
#include "brw_context.h"
#include "brw_defines.h"