lib: Include the necessary stdint.h in gen6_render.h

Instead of assuming someone else will do it.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2013-12-13 12:53:31 +00:00
parent 16531069f6
commit be14c7bb04

View File

@ -1,6 +1,8 @@
#ifndef GEN6_RENDER_H
#define GEN6_RENDER_H
#include <stdint.h>
#define GEN6_3D(Pipeline,Opcode,Subopcode) ((3 << 29) | \
((Pipeline) << 27) | \
((Opcode) << 24) | \