summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i965/brw_state.h')
-rw-r--r--src/gallium/drivers/i965/brw_state.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_state.h b/src/gallium/drivers/i965/brw_state.h
index 9bf34c3fe4..663fc839df 100644
--- a/src/gallium/drivers/i965/brw_state.h
+++ b/src/gallium/drivers/i965/brw_state.h
@@ -33,9 +33,11 @@
#ifndef BRW_STATE_H
#define BRW_STATE_H
-#include "brw_context.h"
+#include "pipe/p_error.h"
#include "util/u_memory.h"
+#include "brw_context.h"
+
static inline void
brw_add_validated_bo(struct brw_context *brw, struct brw_winsys_buffer *bo)
{