Ver Fonte

Merge pull request #84 from mysterywolf/master

增加<stddef.h>
xiangxistu há 4 anos atrás
pai
commit
e2f5a0da5b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      inc/webclient.h

+ 1 - 0
inc/webclient.h

@@ -18,6 +18,7 @@
 #define __WEBCLIENT_H__
 
 #include <rtthread.h>
+#include <stddef.h>
 
 #if defined(WEBCLIENT_USING_MBED_TLS) || defined(WEBCLIENT_USING_SAL_TLS)
 #include <tls_client.h>