diff options
author | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-04 16:49:32 +0000 |
---|---|---|
committer | Petteri Aimonen <jpa@npb.mail.kapsi.fi> | 2011-08-04 16:49:32 +0000 |
commit | a8d0172507d59b73b95f766aa7644147fd060f20 (patch) | |
tree | 56115021e9bed640e273851f0a99631163041bba /tests/test_decode1.c | |
parent | 3959290bc77ae26772bc107128b0a4edd3930361 (diff) |
Encoder
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@951 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'tests/test_decode1.c')
-rw-r--r-- | tests/test_decode1.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test_decode1.c b/tests/test_decode1.c index 362c404a..cc4688dc 100644 --- a/tests/test_decode1.c +++ b/tests/test_decode1.c @@ -1,9 +1,10 @@ #include <stdio.h> -#include <string.h> -#include <stddef.h> #include <pb_decode.h> #include "person.h" +/* This test has only one source file anyway.. */ +#include "person.c" + bool print_person(pb_istream_t *stream) { int i; |