diff options
Diffstat (limited to 'lib/libc/stdio/getc.c')
| -rw-r--r-- | lib/libc/stdio/getc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/getc.c b/lib/libc/stdio/getc.c index 251675aa..242c8396 100644 --- a/lib/libc/stdio/getc.c +++ b/lib/libc/stdio/getc.c @@ -1,5 +1,5 @@ -#include <libc.h> -#include <stdio.h> +#include <libc.h> // for weak_reference +#include <stdio.h> // for fgetc, FILE, getc, getc_unlocked int getc(FILE *stream) { |
