Ver Fonte

添加sys/errno.h头文件

Z.Y.Ma há 4 anos atrás
pai
commit
8b37f81267
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      ports/rtthread/HAL_TCP_rtthread.c

+ 1 - 0
ports/rtthread/HAL_TCP_rtthread.c

@@ -28,6 +28,7 @@
 #include <sys/time.h>
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/socket.h>
 #include <sys/select.h>
 #include <sys/select.h>
+#include <sys/errno.h>
 #include <unistd.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <fcntl.h>
 #include <netinet/tcp.h>
 #include <netinet/tcp.h>