Ollie Matthews / Nanopb

Dependents:   nanopb_V2 Message_generator LEX_Threaded_Programming_V3

Files at this revision

API Documentation at this revision

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)