[Mesa-dev] [PATCH 04/14] intel: common: add missing stdint include
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Thu Aug 2 09:39:16 UTC 2018
---
src/intel/common/gen_gem.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/intel/common/gen_gem.h b/src/intel/common/gen_gem.h
index 7dd9ae6d548..8df2c249e48 100644
--- a/src/intel/common/gen_gem.h
+++ b/src/intel/common/gen_gem.h
@@ -24,6 +24,8 @@
#ifndef GEN_GEM_H
#define GEN_GEM_H
+#include <stdint.h>
+
static inline uint64_t
gen_canonical_address(uint64_t v)
{
--
2.18.0
More information about the mesa-dev
mailing list