intel: common: add missing stdint include

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Lionel Landwerlin
2018-07-28 19:11:56 +01:00
parent db4770ee57
commit 02ebc064ea
+2
View 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)
{