Skip to content

Commit fd2bae8

Browse files
goodnorningRbb666
authored andcommitted
fix[components][finsh]: Fix for implicit declaration of function 'strtoul' in multi-core build;
1 parent c5c4281 commit fd2bae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/finsh/msh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* 2017-07-19 Aubr.Cool limit argc to RT_FINSH_ARG_MAX
1111
*/
1212
#include <rtthread.h>
13+
#include <stdlib.h>
1314
#include <string.h>
1415
#include <errno.h>
1516

0 commit comments

Comments
 (0)