From: Darren Tucker Date: Sun, 25 Nov 2018 10:44:05 +0000 (+1100) Subject: Include stdio.h for FILE if needed. X-Git-Tag: V_8_0_P1~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a85f5458d1c802471ca899c97f89946f6666e61;p=thirdparty%2Fopenssh-portable.git Include stdio.h for FILE if needed. --- diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index f5c833bf2..865aaee53 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -61,6 +61,7 @@ void closefrom(int); #endif #ifndef HAVE_GETLINE +#include ssize_t getline(char **, size_t *, FILE *); #endif