From 01831e43551f4d9eb531cfe2fdd4ff2318d040c0 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Sat, 16 Nov 2013 17:57:22 -0500 Subject: [PATCH] protobuf-c-rpc/t/test-rpc.c: fix include paths --- protobuf-c-rpc/t/test-rpc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protobuf-c-rpc/t/test-rpc.c b/protobuf-c-rpc/t/test-rpc.c index 137adde..2bccfd3 100644 --- a/protobuf-c-rpc/t/test-rpc.c +++ b/protobuf-c-rpc/t/test-rpc.c @@ -3,8 +3,9 @@ #include #include #include -#include "generated-code/test.pb-c.h" -#include + +#include +#include "t/test.pb-c.h" static void message (const char *format, ...)