فهرست منبع

Merge pull request #62 from shishirong/patch-1

fix identifier "EAGAIN" is undefined
xiangxistu 4 سال پیش
والد
کامیت
8118179bc8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/wiz_socket.c

+ 1 - 0
src/wiz_socket.c

@@ -12,6 +12,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <sys/time.h>
+#include <sys/errno.h>
 
 #include <rtthread.h>
 #ifdef SAL_USING_POSIX