Skip to content

Commit b118fca

Browse files
Old-DingRbb666
authored andcommitted
[components][ulog] include stdlib.h for atoi
1 parent a89e6c7 commit b118fca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • components/utilities/ulog

components/utilities/ulog/ulog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
#include <stdarg.h>
12+
#include <stdlib.h>
1213
#include "ulog.h"
1314
#include "rthw.h"
1415

0 commit comments

Comments
 (0)