Skip to content

Commit 17728a8

Browse files
authored
Merge pull request #469 from geky/fix-lwip-stddef
[nsapi] Fix lwip size_t include
2 parents e7671b2 + d7be4ea commit 17728a8

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)