summaryrefslogtreecommitdiff
path: root/lib/intel_batchbuffer.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-04-07 19:07:18 -0700
committerEric Anholt <eric@anholt.net>2009-04-07 19:07:18 -0700
commitb51588b9bd8a1a18a77d354b1c9fe4c841dff0f3 (patch)
tree7b93a412641ccb283cfe74220668c1d908761469 /lib/intel_batchbuffer.h
parent548a6a7fa2037415cade339252ed29a7f89ff9f7 (diff)
Fix warning about assert in intel_batchbuffer.h
Diffstat (limited to 'lib/intel_batchbuffer.h')
-rw-r--r--lib/intel_batchbuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h
index 3bf72932..5b4ab930 100644
--- a/lib/intel_batchbuffer.h
+++ b/lib/intel_batchbuffer.h
@@ -1,6 +1,7 @@
#ifndef INTEL_BATCHBUFFER_H
#define INTEL_BATCHBUFFER_H
+#include <assert.h>
#include "intel_bufmgr.h"
#include "intel_reg.h"