浏览代码

Merge branch 'master' of gitee.com:openLuat/LuatOS

zengeshuai 6 月之前
父节点
当前提交
4403b9c43b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      components/sms/src/luat_sms.c

+ 3 - 0
components/sms/src/luat_sms.c

@@ -1,5 +1,8 @@
+
+#include "luat_base.h"
 #include "luat_sms.h"
 #include "luat_str.h"
+#include "luat_mem.h"
 
 static int hex2int(char c)
 {