aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/posix/Fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/posix/Fcntl.h')
-rw-r--r--include/lldb/Host/posix/Fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/posix/Fcntl.h b/include/lldb/Host/posix/Fcntl.h
index 3e3a472f0a20..833a90584141 100644
--- a/include/lldb/Host/posix/Fcntl.h
+++ b/include/lldb/Host/posix/Fcntl.h
@@ -12,7 +12,7 @@
#ifndef liblldb_Host_posix_Fcntl_h_
#define liblldb_Host_posix_Fcntl_h_
-#ifdef __ANDROID_NDK__
+#ifdef __ANDROID__
#include <android/api-level.h>
#endif