Fix header include syntax

pull/4633/head
murgatroid99 9 years ago
parent c3910cadb4
commit 36187ab66b
  1. 2
      src/core/surface/validate_metadata.c

@ -34,7 +34,7 @@
#include <stdlib.h>
#include <string.h>
#include "grpc/support/port_platform.h"
#include <grpc/support/port_platform.h>
static int conforms_to(const char *s, size_t len, const gpr_uint8 *legal_bits) {
const char *p = s;

Loading…
Cancel
Save