fix tcp _IN_ undefine
This commit is contained in:
parent
d3ca709af5
commit
dbcb3bb27d
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "netdb.h"
|
||||
#include "sockets.h"
|
||||
#include "uiot_import.h"
|
||||
|
||||
uintptr_t HAL_TCP_Connect(_IN_ const char *host, _IN_ uint16_t port) {
|
||||
struct addrinfo hints;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "netdb.h"
|
||||
#include "sockets.h"
|
||||
#include "uiot_import.h"
|
||||
|
||||
uintptr_t HAL_TCP_Connect(_IN_ const char *host, _IN_ uint16_t port) {
|
||||
struct addrinfo hints;
|
||||
|
|
Loading…
Reference in New Issue