diff options
Diffstat (limited to 'lib/libc/stdio/fgetc.c')
| -rw-r--r-- | lib/libc/stdio/fgetc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/fgetc.c b/lib/libc/stdio/fgetc.c index a367af32dc15..684da0020614 100644 --- a/lib/libc/stdio/fgetc.c +++ b/lib/libc/stdio/fgetc.c @@ -46,6 +46,7 @@ static const char rcsid[] = #include <stdio.h> #include "un-namespace.h" #include "libc_private.h" +#include "local.h" int fgetc(fp) |
