Browse Source

[修复]:修复编译报错的问题

zylx 7 years ago
parent
commit
b6478376b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      port/modusocket.c

+ 1 - 0
port/modusocket.c

@@ -35,6 +35,7 @@
 #include <sys/socket.h>
 #include <fcntl.h>
 #include <sys/select.h>
+#include <sys/time.h>
 
 #include "py/objtuple.h"
 #include "py/objlist.h"