Skip to content

Commit 440e07e

Browse files
adriaan-niessnayakned
authored andcommitted
Include stddef.h for size_t
Signed-off-by: Adriaan Niess <[email protected]>
1 parent 2c16bf4 commit 440e07e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/avtp/Defines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ extern "C" {
3737
#include <linux/types.h>
3838
#else
3939
#include <stdint.h>
40+
#include <stddef.h>
4041
#endif
4142

4243
/**

0 commit comments

Comments
 (0)