fix[components][finsh]: Fix for implicit declaration of function 'strtoul' in multi-core build;

This commit is contained in:
shuta.lst
2026-03-19 17:24:35 +08:00
committed by Rbb666
parent c5c4281fcf
commit fd2bae8a5e

View File

@@ -10,6 +10,7 @@
* 2017-07-19 Aubr.Cool limit argc to RT_FINSH_ARG_MAX
*/
#include <rtthread.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>