Преглед на файлове

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)
 {