aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-22 19:04:15 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-06-23 21:13:29 -0700
commit59bb9d7d5616c4ba722d18e9158db6c966b87129 (patch)
treeaed28306ba79aa237bc7020dd8abc6ca48825462 /src/objective-c
parent870af21d65b6b21bb2dd6127797eee86c1aef727 (diff)
Have Cocoapods rename includes in the core wrapper
Diffstat (limited to 'src/objective-c')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.m b/src/objective-c/GRPCClient/GRPCCall.m
index a9625a1799..77eebeff76 100644
--- a/src/objective-c/GRPCClient/GRPCCall.m
+++ b/src/objective-c/GRPCClient/GRPCCall.m
@@ -34,7 +34,7 @@
#import "GRPCCall.h"
#include <grpc/grpc.h>
-#include <grpc/support/grpc_time.h>
+#include <grpc/support/time.h>
#import "GRPCMethodName.h"
#import "private/GRPCChannel.h"