Skip to content

Commit 60eccb5

Browse files
committed
Add required header files
1 parent c8e7f0a commit 60eccb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

middleware/src/c_utils.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include "c_utils.h"
2+
#include <assert.h>
3+
#include <math.h>
24

35
void endian_swap(void *ptr, int size)
46
{

0 commit comments

Comments
 (0)