diff options
Diffstat (limited to 'libio/iolibio.h')
-rw-r--r-- | libio/iolibio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iolibio.h b/libio/iolibio.h index 0185e685d4..621b31cff1 100644 --- a/libio/iolibio.h +++ b/libio/iolibio.h @@ -1,4 +1,4 @@ -#include <libio.h> +#include <stdio.h> /* These emulate stdio functionality, but with a different name (_IO_ungetc instead of ungetc), and using _IO_FILE instead of FILE. */ |