lib: Include the necessary stdint.h in gen6_render.h
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 13 Dec 2013 12:53:31 +0000 (12:53 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Fri, 13 Dec 2013 15:04:07 +0000 (15:04 +0000)
Instead of assuming someone else will do it.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
lib/gen6_render.h

index 2c63c9e..9020514 100644 (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) | \