added declaration for fopen
This commit is contained in:
parent
cb16212a09
commit
f00c143b28
|
@ -261,3 +261,5 @@ typedef struct sect_t sect_t;
|
||||||
#define MACHREL_BWR (0)
|
#define MACHREL_BWR (0)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern FILE *fopen(); /* some systems don't have this in stdio.h */
|
||||||
|
|
Loading…
Reference in a new issue