This commit is contained in:
Alexander Polcyn 2018-02-21 14:10:05 -08:00
Родитель 39d5121cb7
Коммит 1bc550132a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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