lib: add missing includes to headers

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Thomas Wood
2014-06-16 16:21:35 +01:00
committed by Daniel Vetter
parent 5874daddc4
commit d96490af99
6 changed files with 12 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
#include "intel_batchbuffer.h"
static inline void emit_vertex_2s(struct intel_batchbuffer *batch,
int16_t x, int16_t y)
{