Pārlūkot izejas kodu

update:完善头文件

alienwalker 1 gadu atpakaļ
vecāks
revīzija
45a586f986

+ 1 - 0
components/network/libemqtt/luat_mqtt.h

@@ -1,5 +1,6 @@
 #ifndef LUAT_MQTT_H
 #define LUAT_MQTT_H
+#include "luat_network_adapter.h"
 /**
  * @defgroup luatos_MQTT  MQTT相关接口
  * @{

+ 1 - 1
components/network/libftp/luat_ftp.h

@@ -1,6 +1,6 @@
 #ifndef LUAT_FTP_H
 #define LUAT_FTP_H
-
+#include "luat_network_adapter.h"
 #define FTP_CMD_SEND_MAX 		(128)
 #define FTP_CMD_RECV_MAX 		(1024)
 #define PUSH_BUFF_SIZE 			(4096)

+ 1 - 1
components/network/libhttp/luat_http.h

@@ -1,6 +1,6 @@
 #ifndef LUAT_HTTP_H
 #define LUAT_HTTP_H
-
+#include "luat_network_adapter.h"
 #ifdef __LUATOS__
 #include "luat_zbuff.h"
 #else