Include stdio.h for FILE if needed.

This commit is contained in:
Darren Tucker 2018-11-25 21:44:05 +11:00
parent 16fb23f254
commit 8a85f5458d
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ void closefrom(int);
#endif
#ifndef HAVE_GETLINE
#include <stdio.h>
ssize_t getline(char **, size_t *, FILE *);
#endif