Fix fuchsia builds broken by r313999

llvm-svn: 314021
This commit is contained in:
Francis Ricci 2017-09-22 19:22:08 +00:00
parent fee6e4aba8
commit 3aae099702
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,10 @@ namespace __sanitizer {
extern uptr MainThreadStackBase, MainThreadStackSize;
extern sanitizer_shadow_bounds_t ShadowBounds;
// TODO(fjricci) Remove this struct by refactoring common functions
// out of sanitizer_procmaps.h
struct MemoryMappingLayoutData {};
} // namespace __sanitizer
#endif // SANITIZER_FUCHSIA

View File

@ -16,6 +16,7 @@
#include "sanitizer_common.h"
#include "sanitizer_internal_defs.h"
#include "sanitizer_fuchsia.h"
#include "sanitizer_linux.h"
#include "sanitizer_mac.h"
#include "sanitizer_mutex.h"