mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-29 02:57:25 +00:00
Formerly arscan.c.~16~
This commit is contained in:
parent
97d38d0817
commit
fb0ffcddc8
1 changed files with 1 additions and 1 deletions
2
arscan.c
2
arscan.c
|
@ -95,7 +95,7 @@ extern void free ();
|
|||
#if defined(__GNU_LIBRARY__) || defined(POSIX) || defined(_IBMR2)
|
||||
#include <unistd.h>
|
||||
#else
|
||||
extern int read (), close (), write (), fstat ();
|
||||
extern int read (), open (), close (), write (), fstat ();
|
||||
extern long int lseek (), atol ();
|
||||
extern int atoi ();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue