diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 5751b5d600..4206f2566e 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -28,7 +28,8 @@ headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h bits/stdlib-float.h \ errno.h sys/errno.h bits/errno.h \ ucontext.h sys/ucontext.h \ alloca.h fmtmsg.h \ - bits/stdlib-bsearch.h sys/random.h + bits/stdlib-bsearch.h sys/random.h bits/stdint-intn.h \ + bits/stdint-uintn.h routines := \ atof atoi atol atoll \ |