Fix ruby artifact build

pull/14479/head
Alexander Polcyn 7 years ago
parent 39d5121cb7
commit 1bc550132a
  1. 3
      include/grpc/support/log.h

@ -19,12 +19,11 @@
#ifndef GRPC_SUPPORT_LOG_H
#define GRPC_SUPPORT_LOG_H
#include <grpc/impl/codegen/port_platform.h>
#include <inttypes.h>
#include <stdarg.h>
#include <stdlib.h> /* for abort() */
#include <grpc/impl/codegen/port_platform.h>
#ifdef __cplusplus
extern "C" {
#endif

Loading…
Cancel
Save