Browse Source

Merge pull request #29 from cndabai/master

添加sys/errno.h头文件
朱天龙 (Armink) 4 years ago
parent
commit
4b15048ae5
1 changed files with 1 additions and 0 deletions
  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/socket.h>
 #include <sys/select.h>
+#include <sys/errno.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <netinet/tcp.h>