Kaynağa Gözat

添加sys/errno.h头文件

Z.Y.Ma 4 yıl önce
ebeveyn
işleme
8b37f81267
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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>