diff options
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ * see pb_encode.h or pb_decode.h */ +#define NANOPB_VERSION nanopb-0.1.7-dev + #include <stdint.h> #include <stddef.h> #include <stdbool.h> |