diff options
Diffstat (limited to 'src/stdio/__fopen_rb_ca.c')
-rw-r--r-- | src/stdio/__fopen_rb_ca.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdio/__fopen_rb_ca.c b/src/stdio/__fopen_rb_ca.c index a1b1b3b6..9202c8ce 100644 --- a/src/stdio/__fopen_rb_ca.c +++ b/src/stdio/__fopen_rb_ca.c @@ -1,4 +1,6 @@ #include "stdio_impl.h" +#include <fcntl.h> +#include <string.h> FILE *__fopen_rb_ca(const char *filename, FILE *f, unsigned char *buf, size_t len) { |