mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02: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…
x
Reference in New Issue
Block a user