diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-08-10 12:42:01 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-08-10 12:42:01 +0300 |
commit | a641e21b34aed824b6b919f7ab9937eaadf09473 (patch) | |
tree | cb7f5dbcc0043507e33f4443f860b76cec9c7553 /tests/encode_unittests | |
parent | 0150b98be60b1e123fa51c561a908c234b6379fe (diff) |
Separate field iterator logic from pb_decode to pb_common.
Diffstat (limited to 'tests/encode_unittests')
-rw-r--r-- | tests/encode_unittests/encode_unittests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/encode_unittests/encode_unittests.c b/tests/encode_unittests/encode_unittests.c index 06935f9a..a5f868c9 100644 --- a/tests/encode_unittests/encode_unittests.c +++ b/tests/encode_unittests/encode_unittests.c @@ -1,4 +1,5 @@ /* This includes the whole .c file to get access to static functions. */ +#include "pb_common.c" #include "pb_encode.c" #include <stdio.h> |