Sergei Steshenko wrote:
> Hello,
> 
> because of the following lines:
> 
> grep -n FILE build/bash-4.0/externs.h
> 200:extern int fpurge __P((FILE *stream));
> 264:extern int sh_setlinebuf __P((FILE *));
> 
> bash-4.0/externs.h
> 
> needs
> 
> #include <stdio.h>
> 
> - this was discovered while building under latest officially released
> CYGWIN.
> 
> Under Linux it worked without
> 
> #include <stdio.h>
> 
> ; hope
> 
> #include <stdio.h>
> 
> won't hurt under other OSes.

Which file failed to compile as a result of the omission?

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/


Reply via email to