mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-06 00:52:13 +00:00
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
Block a user