protoc-c/c_file.cc: fix include path in generated output

This commit is contained in:
Robert Edmonds 2013-11-16 17:12:01 -05:00
parent 653c04ea2c
commit 6f7862963e

View File

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