Mesa (master): intel: common: add missing stdint include

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 4 08:47:32 UTC 2018


Module: Mesa
Branch: master
Commit: 02ebc064eaad850766cdda06ae41626aadc7d444
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=02ebc064eaad850766cdda06ae41626aadc7d444

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Sat Jul 28 19:11:56 2018 +0100

intel: common: add missing stdint include

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 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 7dd9ae6d54..8df2c249e4 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)
 {




More information about the mesa-commit mailing list