From 8a85f5458d1c802471ca899c97f89946f6666e61 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 25 Nov 2018 21:44:05 +1100 Subject: Include stdio.h for FILE if needed. --- openbsd-compat/openbsd-compat.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3