aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error_internal.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-12-06 22:09:36 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-12-06 22:09:36 -0800
commit67454d71e833a7704d61e673ad32e71dd31c868a (patch)
treefe720c5bb8388a02ed334b0b0c071c0f7b895b31 /src/core/lib/iomgr/error_internal.h
parentfc38142db69cd8c95f3c55a296b4e73b04c720c3 (diff)
parentb0bad8f3864dc9c8745736fe68efe513b2b84932 (diff)
Merge commit 'b0bad8f' into fix-stream-compression-config-interface
Diffstat (limited to 'src/core/lib/iomgr/error_internal.h')
-rw-r--r--src/core/lib/iomgr/error_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/error_internal.h b/src/core/lib/iomgr/error_internal.h
index acf6e04e9c..d5ccbae9e7 100644
--- a/src/core/lib/iomgr/error_internal.h
+++ b/src/core/lib/iomgr/error_internal.h
@@ -23,6 +23,7 @@
#include <stdbool.h> // TODO, do we need this?
#include <grpc/support/sync.h>
+#include "src/core/lib/iomgr/error.h"
#ifdef __cplusplus
extern "C" {
@@ -59,7 +60,7 @@ struct grpc_error {
intptr_t arena[0];
};
-bool grpc_error_is_special(grpc_error* err);
+bool grpc_error_is_special(struct grpc_error* err);
#ifdef __cplusplus
}