mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
protobuf-c-rpc/t/test-rpc.c: fix include paths
This commit is contained in:
parent
cd2c8a5835
commit
01831e4355
@ -3,8 +3,9 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include "generated-code/test.pb-c.h"
|
||||
#include <google/protobuf-c/protobuf-c-rpc.h>
|
||||
|
||||
#include <protobuf-c-rpc/protobuf-c-rpc.h>
|
||||
#include "t/test.pb-c.h"
|
||||
|
||||
static void
|
||||
message (const char *format, ...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user