Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: nanopb_V2 Message_generator LEX_Threaded_Programming_V3
Revision 1:e08406101222, committed 2013-03-01
- Comitter:
- intrinseca
- Date:
- Fri Mar 01 12:41:26 2013 +0000
- Parent:
- 0:c7beea49fc91
- Child:
- 2:d2c61a9be078
- Commit message:
- fix bugs
Changed in this revision
| pb_encode.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/pb_encode.c Tue Feb 19 20:03:29 2013 +0000 +++ b/pb_encode.c Fri Mar 01 12:41:26 2013 +0000 @@ -7,6 +7,7 @@ #include "pb.h" #include "pb_encode.h" #include <string.h> +#include <stdio.h> /* The warn_unused_result attribute appeared first in gcc-3.4.0 */ #if !defined(__GNUC__) || ( __GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 4)