Commit 9957f276 by Evan Brown Committed by Copybara-Service

Remove erroneous preprocessor branch on SGX_SIM.

PiperOrigin-RevId: 646614152
Change-Id: Iee853bdc6f753d758c850a529a6adb05d0d0b1a7
parent e486af70
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <sanitizer/asan_interface.h> #include <sanitizer/asan_interface.h>
#elif defined(ABSL_HAVE_MEMORY_SANITIZER) #elif defined(ABSL_HAVE_MEMORY_SANITIZER)
#include <sanitizer/msan_interface.h> #include <sanitizer/msan_interface.h>
#elif defined(ABSL_HAVE_MMAP) && !defined(SGX_SIM) #elif defined(ABSL_HAVE_MMAP)
#include <sys/mman.h> #include <sys/mman.h>
#elif defined(_MSC_VER) #elif defined(_MSC_VER)
#include <windows.h> #include <windows.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment