aboutsummaryrefslogtreecommitdiff
path: root/internal/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/allocator.h')
-rw-r--r--internal/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/allocator.h b/internal/allocator.h
index 0fe4a01..da325a4 100644
--- a/internal/allocator.h
+++ b/internal/allocator.h
@@ -41,7 +41,7 @@
#include "common.h"
-#if defined ANDROID || defined __ANDROID__
+#if defined(__ANDROID__)
#include <android/api-level.h>
// The 18 here should be 16, but has to be 18 for now due
// to a Google-internal issue.