File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ add_entrypoint_object(
72
72
../scanf.h
73
73
DEPENDS
74
74
.scanf_internal
75
+ libc.include.inttypes
75
76
libc.src.stdio.scanf_core.scanf_main
76
77
libc.src.__support.arg_list
77
78
libc.src.__support.OSUtil.osutil
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ add_header_library(
35
35
core_structs.h
36
36
DEPENDS
37
37
.scanf_config
38
+ libc.include.inttypes
38
39
libc.src.__support.CPP.string_view
39
40
libc.src.__support.CPP.bitset
40
41
libc.src.__support.FPUtil.fp_bits
@@ -97,6 +98,7 @@ add_header_library(
97
98
DEPENDS
98
99
.reader
99
100
.core_structs
101
+ libc.include.inttypes
100
102
libc.src.__support.common
101
103
libc.src.__support.ctype_utils
102
104
libc.src.__support.CPP.bitset
You can’t perform that action at this time.
0 commit comments