Skip to content

Commit 234e9ca

Browse files
fixup! importing encoder decoder interfaces
1 parent 9f2372d commit 234e9ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/interfaces/Decoder.h

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
******************************************************************************/
1616

1717
#include <stdint.h>
18+
#include <stddef.h>
1819
#include "message.h"
1920

2021
/******************************************************************************

src/interfaces/Encoder.h

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* INCLUDES
1515
******************************************************************************/
1616
#include <stdint.h>
17+
#include <stddef.h>
1718
#include "message.h"
1819

1920
/******************************************************************************

0 commit comments

Comments
 (0)