From b1748d4cff51350427a518a342175e61932bb64b Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 1 Sep 1987 15:58:30 +0000 Subject: [PATCH] added declaration for fopen --- mach/proto/as/comm0.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/proto/as/comm0.h b/mach/proto/as/comm0.h index 0cb7f38b..6a1b2111 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 */