aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/NSError+GRPC.m
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-21 14:43:56 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-06-23 20:41:25 -0700
commit3936ed70c998e9c140b4e77cdeafcc0deecc0a95 (patch)
treec1c4de0caab21055a2937f27280600ea2fae5038 /src/objective-c/GRPCClient/private/NSError+GRPC.m
parentea9b4fdd270e47a2b3cb63dfca01c0477e0b0c6a (diff)
Import headers based on path in the runtime libraries
Diffstat (limited to 'src/objective-c/GRPCClient/private/NSError+GRPC.m')
-rw-r--r--src/objective-c/GRPCClient/private/NSError+GRPC.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/NSError+GRPC.m b/src/objective-c/GRPCClient/private/NSError+GRPC.m
index f7390476d9..638f41cb11 100644
--- a/src/objective-c/GRPCClient/private/NSError+GRPC.m
+++ b/src/objective-c/GRPCClient/private/NSError+GRPC.m
@@ -33,7 +33,7 @@
#import "NSError+GRPC.h"
-#include <grpc.h>
+#include <grpc/grpc.h>
NSString * const kGRPCErrorDomain = @"io.grpc";