[net][at] Add AT Socket select LIBC configure.

This commit is contained in:
chenyong 2018-08-02 17:55:01 +08:00
parent a8d27156a3
commit c2add5cb4e
3 changed files with 4 additions and 2 deletions

View File

@ -61,6 +61,7 @@ if RT_USING_AT
config AT_USING_SOCKET config AT_USING_SOCKET
bool "Provide similar BSD Socket API by AT" bool "Provide similar BSD Socket API by AT"
select RT_USING_LIBC
default n default n
endif endif

View File

@ -26,6 +26,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <sys/time.h>
#include <at_socket.h> #include <at_socket.h>