mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
protoc-c/c_file.cc: fix include path in generated output
This commit is contained in:
parent
653c04ea2c
commit
6f7862963e
@ -83,7 +83,7 @@ void FileGenerator::GenerateHeader(io::Printer* printer) {
|
||||
"#ifndef PROTOBUF_C_$filename_identifier$__INCLUDED\n"
|
||||
"#define PROTOBUF_C_$filename_identifier$__INCLUDED\n"
|
||||
"\n"
|
||||
"#include <google/protobuf-c/protobuf-c.h>\n"
|
||||
"#include <protobuf-c/protobuf-c.h>\n"
|
||||
"\n"
|
||||
"PROTOBUF_C_BEGIN_DECLS\n"
|
||||
"\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user