summaryrefslogtreecommitdiffstats
path: root/tests/test_decode1.c
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-24 12:13:24 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-08-24 12:13:24 +0000
commit9cb63dd2667360e165739ab06a1aeb68d4007a24 (patch)
tree73c7d2d52c5bcb43697dc3e7c3cc23336a7f57f4 /tests/test_decode1.c
parenta3534170212675e0c7d3d89e23838e25f3664316 (diff)
wrong file name
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@967 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'tests/test_decode1.c')
-rw-r--r--tests/test_decode1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_decode1.c b/tests/test_decode1.c
index b7698efc..def45a67 100644
--- a/tests/test_decode1.c
+++ b/tests/test_decode1.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <pb_decode.h>
-#include "person.h"
+#include "person.pb.h"
bool print_person(pb_istream_t *stream)
{