va: include <stdint.h> header.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 3 Mar 2014 09:05:00 +0000 (10:05 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 3 Mar 2014 09:16:01 +0000 (10:16 +0100)
Always include <stdint.h> header by default as we are using standard
fixed-size integral types from now on.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
va/va.h

diff --git a/va/va.h b/va/va.h
index 8057912..3b1ac32 100644 (file)
--- a/va/va.h
+++ b/va/va.h
@@ -78,6 +78,7 @@
 #ifndef _VA_H_
 #define _VA_H_
 
+#include <stdint.h>
 #include <va/va_version.h>
 
 #ifdef __cplusplus