Skip to content

Commit

Permalink
Merge pull request #216 from deeglaze/typedef_include
Browse files Browse the repository at this point in the history
Adds includes to allow use of some typedefs when in pickier compilers.

Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
  • Loading branch information
lzha101 committed Mar 5, 2018
2 parents 3535f30 + 22f9f60 commit 7ce7e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/inc/internal/se_atomic.h
Expand Up @@ -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)
{
Expand Down
1 change: 1 addition & 0 deletions psw/ae/aesm_service/source/upse/platform_info_blob.h
Expand Up @@ -33,6 +33,7 @@
#define _PLATFORM_INFO_BLOB_H_

#include <stdint.h>
#include "aeerror.h"
#include "epid_pve_type.h"
#include "sgx_tcrypto.h"

Expand Down

0 comments on commit 7ce7e24

Please sign in to comment.