diff options
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index ce3bcbca4..e63ea0334 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -47,6 +47,7 @@ GENERAL_SOURCES = \ rand.c \ rand_r.c \ realloc.c \ + reallocf.c \ strtod.c \ strtol.c \ strtoul.c \ |