diff options
Diffstat (limited to 'newlib/libc/stdio/remove.c')
-rw-r--r-- | newlib/libc/stdio/remove.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/remove.c b/newlib/libc/stdio/remove.c index 074dd9a..b24ce71 100644 --- a/newlib/libc/stdio/remove.c +++ b/newlib/libc/stdio/remove.c @@ -45,6 +45,7 @@ Supporting OS subroutine required: <<unlink>>. */ #include <stdio.h> +#include <reent.h> int _remove_r (ptr, filename) |