From a9c88f5570f0c124bf977bdc355f079a2e7f4d57 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sat, 9 Mar 2013 12:43:35 +0200 Subject: [PATCH] Fix error in backwards compatibility testcase --- tests/bc_alltypes.pb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bc_alltypes.pb.c b/tests/bc_alltypes.pb.c index 7d1edf57..b144b1e3 100644 --- a/tests/bc_alltypes.pb.c +++ b/tests/bc_alltypes.pb.c @@ -5,7 +5,7 @@ * incompatible changes made to the generator in future versions. */ -#include "alltypes.pb.h" +#include "bc_alltypes.pb.h" const char SubMessage_substuff1_default[16] = "1"; const int32_t SubMessage_substuff2_default = 2; -- 2.16.6