mirror of git://anongit.mindrot.org/openssh.git
Include stdio.h for FILE if needed.
This commit is contained in:
parent
16fb23f254
commit
8a85f5458d
|
@ -61,6 +61,7 @@ void closefrom(int);
|
|||
#endif
|
||||
|
||||
#ifndef HAVE_GETLINE
|
||||
#include <stdio.h>
|
||||
ssize_t getline(char **, size_t *, FILE *);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue