intel: common: add missing stdint include
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Sat, 28 Jul 2018 18:11:56 +0000 (19:11 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Sat, 4 Aug 2018 08:39:01 +0000 (09:39 +0100)
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/intel/common/gen_gem.h

index 7dd9ae6d548b76ee5edd5ef85b1fe3ff175e49ba..8df2c249e4803ee82813e0db6e3a6f4f138b918b 100644 (file)
@@ -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)
 {