aboutsummaryrefslogtreecommitdiff
path: root/EASTL/include/EASTL/allocator_malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'EASTL/include/EASTL/allocator_malloc.h')
-rw-r--r--EASTL/include/EASTL/allocator_malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EASTL/include/EASTL/allocator_malloc.h b/EASTL/include/EASTL/allocator_malloc.h
index 31f8dec..78f4f69 100644
--- a/EASTL/include/EASTL/allocator_malloc.h
+++ b/EASTL/include/EASTL/allocator_malloc.h
@@ -40,7 +40,7 @@
#endif
#elif defined(EA_PLATFORM_BSD)
#include <malloc/malloc.h>
- #elif defined(EA_COMPILER_CLANG)
+ #elif defined(__clang__)
#if __has_include(<malloc/malloc.h>)
#include <malloc/malloc.h>
#elif __has_include(<malloc.h>)