diff --git a/libc/src/inttypes/CMakeLists.txt b/libc/src/inttypes/CMakeLists.txt index 81068bd73c5052..e0e0f4d57f2b9f 100644 --- a/libc/src/inttypes/CMakeLists.txt +++ b/libc/src/inttypes/CMakeLists.txt @@ -25,5 +25,6 @@ add_entrypoint_object( HDRS imaxdiv.h DEPENDS + libc.include.inttypes libc.src.__support.integer_operations ) diff --git a/libc/src/stdlib/CMakeLists.txt b/libc/src/stdlib/CMakeLists.txt index d787bdf1b81b4c..c058a936795cec 100644 --- a/libc/src/stdlib/CMakeLists.txt +++ b/libc/src/stdlib/CMakeLists.txt @@ -105,6 +105,7 @@ add_entrypoint_object( HDRS div.h DEPENDS + libc.include.stdlib libc.src.__support.integer_operations ) @@ -115,6 +116,7 @@ add_entrypoint_object( HDRS ldiv.h DEPENDS + libc.include.stdlib libc.src.__support.integer_operations ) @@ -125,6 +127,7 @@ add_entrypoint_object( HDRS lldiv.h DEPENDS + libc.include.stdlib libc.src.__support.integer_operations )