added declaration for fopen

This commit is contained in:
ceriel 1987-09-01 15:58:30 +00:00
parent cb16212a09
commit f00c143b28

View file

@ -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 */