zookeeper is platform specific

pull/4589/head
Craig Tiller 9 years ago
parent ab23045414
commit 47c50cc4d3
  1. 2
      templates/test/core/surface/public_headers_must_be_c89.c.template
  2. 1
      test/core/surface/public_headers_must_be_c89.c

@ -35,7 +35,7 @@
<%
def is_platform_header(hdr):
for platform_identifier in ['_gcc', '_win32', '_pthread']:
for platform_identifier in ['_gcc', '_win32', '_pthread', '_zookeeper']:
if platform_identifier in hdr:
return True
return False

@ -37,7 +37,6 @@
#include <grpc/compression.h>
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/grpc_zookeeper.h>
#include <grpc/status.h>
#include <grpc/support/alloc.h>
#include <grpc/support/atm.h>

Loading…
Cancel
Save