Merge pull request #12327 from yang-g/extern

Add missing extern C
pull/12191/head
Yang Gao 7 years ago committed by GitHub
commit 7a8488c4d2
  1. 2
      src/cpp/common/channel_filter.cc
  2. 2
      src/cpp/common/channel_filter.h

@ -18,7 +18,9 @@
#include <string.h>
extern "C" {
#include "src/core/lib/channel/channel_stack.h"
}
#include "src/cpp/common/channel_filter.h"
#include <grpc++/impl/codegen/slice.h>

@ -26,9 +26,11 @@
#include <functional>
#include <vector>
extern "C" {
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/transport/metadata_batch.h"
}
/// An interface to define filters.
///

Loading…
Cancel
Save