Skip to content

Commit d7be4ea

Browse files
committed
Added stddef.h include to cc.h in lwip for size_t define
per @cyliangtw
1 parent 5844544 commit d7be4ea

File tree

1 file changed

+1
-0
lines changed
  • features/FEATURE_IPV4/LWIPInterface/lwip-sys/arch

1 file changed

+1
-0
lines changed

features/FEATURE_IPV4/LWIPInterface/lwip-sys/arch/cc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#define __CC_H__
3434

3535
#include <stdint.h>
36+
#include <stddef.h> /* for size_t */
3637

3738
/* Types based on stdint.h */
3839
typedef uint8_t u8_t;

0 commit comments

Comments
 (0)