aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error_apple.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/error_apple.cc')
-rw-r--r--src/core/lib/iomgr/error_apple.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/error_apple.cc b/src/core/lib/iomgr/error_apple.cc
index e8f98bf0ba..42ab6ad4b8 100644
--- a/src/core/lib/iomgr/error_apple.cc
+++ b/src/core/lib/iomgr/error_apple.cc
@@ -18,7 +18,7 @@
#include <grpc/support/port_platform.h>
-#ifdef GPR_APPLE
+#ifdef GRPC_CFSTREAM
#include <CoreFoundation/CoreFoundation.h>
#include <grpc/support/alloc.h>
@@ -46,4 +46,4 @@ grpc_error* grpc_error_create_from_cferror(const char* file, int line, void* arg
gpr_free(error_msg);
return return_error;
}
-#endif // GPR_APPLE
+#endif /* GRPC_CFSTREAM */