From a67c6273255c0357bf1e14ea35005b47c9a94e6c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 6 Jul 2000 00:20:50 +0000 Subject: Lots and lots of cleanups. -Erik --- include/stdio.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index e65f49c0b..e807262f0 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -3,6 +3,7 @@ #define __STDIO_H #include +#include #include #ifndef SEEK_SET @@ -197,5 +198,9 @@ extern int vfscanf __P ((FILE *__restrict __s, __attribute__ ((__format__ (__scanf__, 2, 0))); +/* Print a message describing the meaning of the value of errno. */ +extern void perror __P ((__const char *__s)); + + #endif /* __STDIO_H */ -- cgit v1.2.3