Przeglądaj źródła

包含头文件

mazhiyuan 4 lat temu
rodzic
commit
76660c9b18
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      inc/wn_session.h
  2. 1 0
      src/webnet.c

+ 1 - 0
inc/wn_session.h

@@ -24,6 +24,7 @@
 #ifndef __WN_SESSION_H__
 #define __WN_SESSION_H__
 
+#include <sys/select.h>
 #include <wn_request.h>
 
 #ifdef RT_USING_SAL

+ 1 - 0
src/webnet.c

@@ -24,6 +24,7 @@
 
 #include <stdint.h>
 #include <string.h>
+#include <sys/errno.h>
 
 #include <webnet.h>
 #include <wn_module.h>