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 7814b1d4e5..52731b65f9 100644 --- a/libio/iolibio.h +++ b/libio/iolibio.h @@ -2,7 +2,7 @@ #define _IOLIBIO_H 1 #include <stdio.h> -#include <bits/libio.h> +#include <libio/libio.h> /* These emulate stdio functionality, but with a different name (_IO_ungetc instead of ungetc), and using _IO_FILE instead of FILE. */ |