We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5252aa2 commit f5b8f12Copy full SHA for f5b8f12
libc/src/inttypes/CMakeLists.txt
@@ -25,5 +25,6 @@ add_entrypoint_object(
25
HDRS
26
imaxdiv.h
27
DEPENDS
28
+ libc.include.inttypes
29
libc.src.__support.integer_operations
30
)
libc/src/stdlib/CMakeLists.txt
@@ -105,6 +105,7 @@ add_entrypoint_object(
105
106
div.h
107
108
+ libc.include.stdlib
109
110
111
@@ -115,6 +116,7 @@ add_entrypoint_object(
115
116
117
ldiv.h
118
119
120
121
122
@@ -125,6 +127,7 @@ add_entrypoint_object(
125
127
126
128
lldiv.h
129
130
131
132
133
0 commit comments