Setting version to 0.2.8-dev
[apps/agl-service-can-low-level.git] / tests / decode_unittests / decode_unittests.c
index 9c447a5..1be0191 100644 (file)
@@ -1,8 +1,8 @@
-#define NANOPB_INTERNALS
+/* This includes the whole .c file to get access to static functions. */
+#include "pb_decode.c"
 
 #include <stdio.h>
 #include <string.h>
-#include "pb_decode.h"
 #include "unittests.h"
 #include "unittestproto.pb.h"