diff --git a/src/kernel/libroot/posix/stdlib/Jamfile b/src/kernel/libroot/posix/stdlib/Jamfile index 260bf9cfbd..c816d7f15f 100644 --- a/src/kernel/libroot/posix/stdlib/Jamfile +++ b/src/kernel/libroot/posix/stdlib/Jamfile @@ -3,7 +3,7 @@ SubDir OBOS_TOP src kernel libroot posix stdlib ; KernelObjects <$(SOURCE_GRIST)>abs.c <$(SOURCE_GRIST)>assert.c - <$(SOURCE_GRIST)>atoi.c + <$(SOURCE_GRIST)>atof.c <$(SOURCE_GRIST)>atoi.c <$(SOURCE_GRIST)>bsearch.c <$(SOURCE_GRIST)>div.c