From f00c143b283cf4c6a05c5b2b5c5a3ce978893f52 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 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 */ -- 2.34.1