Browse Source

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

Signed-off-by: Dionna Glaze <dionnaglaze@google.com>
Dionna Glaze 6 years ago
parent
commit
22f9f6008e

+ 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"