From: ceriel Date: Tue, 1 Sep 1987 15:58:30 +0000 (+0000) Subject: added declaration for fopen X-Git-Tag: release-5-5~3855 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f00c143b283cf4c6a05c5b2b5c5a3ce978893f52;p=ack.git added declaration for fopen --- diff --git a/mach/proto/as/comm0.h b/mach/proto/as/comm0.h index 0cb7f38be..6a1b21117 100644 --- a/mach/proto/as/comm0.h +++ b/mach/proto/as/comm0.h @@ -261,3 +261,5 @@ typedef struct sect_t sect_t; #define MACHREL_BWR (0) #endif #endif + +extern FILE *fopen(); /* some systems don't have this in stdio.h */