diff options
Diffstat (limited to 'libio/strfile.h')
-rw-r--r-- | libio/strfile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libio/strfile.h b/libio/strfile.h index 74bd4eb269..494526b142 100644 --- a/libio/strfile.h +++ b/libio/strfile.h @@ -24,10 +24,7 @@ This exception applies to code released by its copyright holders in files containing the exception. */ -#include <libio.h> -#ifdef TODO -Merge into libio.h ? -#endif +#include <stdio.h> typedef void *(*_IO_alloc_type) (_IO_size_t); typedef void (*_IO_free_type) (void*); |