summaryrefslogtreecommitdiff
path: root/tools/null_state_gen/intel_renderstate_gen6.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-08-26 12:05:13 +0100
committerThomas Wood <thomas.wood@intel.com>2015-09-08 16:14:45 +0100
commitb9d27f03c7cdfdb66734b5164916a501dd787036 (patch)
treedb6cb166c224b6b1625c4001030921fac48d032f /tools/null_state_gen/intel_renderstate_gen6.c
parent4ee6709e3bd98eb52f4c4c22f58fecf9750f26eb (diff)
tools/null_state_gen: fix various compiler warnings
Add the debug and warning flags to cflags and fix the resulting issues. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tools/null_state_gen/intel_renderstate_gen6.c')
-rw-r--r--tools/null_state_gen/intel_renderstate_gen6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/null_state_gen/intel_renderstate_gen6.c b/tools/null_state_gen/intel_renderstate_gen6.c
index f18bb12f..5c1b7f97 100644
--- a/tools/null_state_gen/intel_renderstate_gen6.c
+++ b/tools/null_state_gen/intel_renderstate_gen6.c
@@ -24,7 +24,7 @@
* Mika Kuoppala <mika.kuoppala@intel.com>
*/
-#include "intel_batchbuffer.h"
+#include "intel_renderstate.h"
#include <lib/gen6_render.h>
#include <lib/intel_reg.h>
#include <string.h>