diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-20 18:00:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-20 18:00:47 +0000 |
commit | d5d6fe5b736b63c4a2a63f9ec8ec19ca9e49ceb3 (patch) | |
tree | 6ae2e55f735d6bf48663de8f11b8c687356fe860 /gnu/egcs | |
parent | 6fb54214311eda3e3956d30c63cce68b7e995500 (diff) |
need stdio.h for some prototypes; espie ok
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/libf2c/libI77/open.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/egcs/libf2c/libI77/open.c b/gnu/egcs/libf2c/libI77/open.c index 3e4c8bc32b5..f2935569ee5 100644 --- a/gnu/egcs/libf2c/libI77/open.c +++ b/gnu/egcs/libf2c/libI77/open.c @@ -4,6 +4,7 @@ #include "f2c.h" #include "fio.h" #include <string.h> +#include <stdio.h> #ifndef NON_POSIX_STDIO #ifdef MSDOS #include "io.h" |