summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-03-03 10:05:00 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2014-03-03 10:16:01 +0100
commit4f2686b7969078f76eaa535872013a0934c2f096 (patch)
tree800d872e6d2f343fd3ab7fbf5cd104d209658053
parent6d4f0934f7bef5fe3475c4947be44b10cbabaf44 (diff)
va: include <stdint.h> header.
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>
-rw-r--r--va/va.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/va/va.h b/va/va.h
index 8057912..3b1ac32 100644
--- 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