diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index ab6c8bf..18adf35 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -22,7 +22,8 @@ subdir := stdlib headers := stdlib.h alloca.h monetary.h fmtmsg.h ucontext.h sys/ucontext.h \ - inttypes.h stdint.h bits/wordsize.h bits/wchar.h + inttypes.h stdint.h bits/wordsize.h bits/wchar.h \ + errno.h sys/errno.h bits/errno.h routines := \ atof atoi atol atoll \ |