Browse Source

Merge pull request #216 from deeglaze/typedef_include

Adds includes to allow use of some typedefs when in pickier compilers.

Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
lzha101 6 years ago
parent
commit
7ce7e243d2

+ 1 - 0
common/inc/internal/se_atomic.h

@@ -32,6 +32,7 @@
 #ifndef _SE_ATOMIC_H_
 #define _SE_ATOMIC_H_
 
+#include <stdint.h>
 
 inline uint32_t se_atomic_inc(volatile uint32_t *mem)
 {

+ 1 - 0
psw/ae/aesm_service/source/upse/platform_info_blob.h

@@ -33,6 +33,7 @@
 #define _PLATFORM_INFO_BLOB_H_
 
 #include <stdint.h>
+#include "aeerror.h"
 #include "epid_pve_type.h"
 #include "sgx_tcrypto.h"