diff options
Diffstat (limited to 'lib/libc/stdio/fgets_unlocked.c')
| -rw-r--r-- | lib/libc/stdio/fgets_unlocked.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/fgets_unlocked.c b/lib/libc/stdio/fgets_unlocked.c index 9e2dca60..3258a4e8 100644 --- a/lib/libc/stdio/fgets_unlocked.c +++ b/lib/libc/stdio/fgets_unlocked.c @@ -1,3 +1,4 @@ +#include "stddef.h" #include <stdio.h> char *fgets_unlocked(char *s, int n, FILE *stream) |
