diff options
Diffstat (limited to 'libc/stdio/perror.c')
-rw-r--r-- | libc/stdio/perror.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/perror.c b/libc/stdio/perror.c index 04cd688d8..33b5e08b0 100644 --- a/libc/stdio/perror.c +++ b/libc/stdio/perror.c @@ -1,3 +1,4 @@ +#include <string.h> #include <stdio.h> #include <errno.h> |