Skip to content

Commit e2f5a0d

Browse files
authored
Merge pull request #84 from mysterywolf/master
增加<stddef.h>
2 parents 7677cf2 + 53450b3 commit e2f5a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/webclient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define __WEBCLIENT_H__
1919

2020
#include <rtthread.h>
21+
#include <stddef.h>
2122

2223
#if defined(WEBCLIENT_USING_MBED_TLS) || defined(WEBCLIENT_USING_SAL_TLS)
2324
#include <tls_client.h>

0 commit comments

Comments
 (0)