mirror of https://github.com/grpc/grpc-node.git
Update a core header inclusion to stop using extern C
This commit is contained in:
parent
eba77f295e
commit
f900cfb3dd
|
|
@ -28,9 +28,7 @@
|
||||||
#include "grpc/support/time.h"
|
#include "grpc/support/time.h"
|
||||||
|
|
||||||
// TODO(murgatroid99): Remove this when the endpoint API becomes public
|
// TODO(murgatroid99): Remove this when the endpoint API becomes public
|
||||||
extern "C" {
|
|
||||||
#include "src/core/lib/iomgr/pollset_uv.h"
|
#include "src/core/lib/iomgr/pollset_uv.h"
|
||||||
}
|
|
||||||
|
|
||||||
#include "call.h"
|
#include "call.h"
|
||||||
#include "call_credentials.h"
|
#include "call_credentials.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue