From: Jim Meyering Date: Wed, 21 Jun 2000 09:56:42 +0000 (+0000) Subject: include getstr.h X-Git-Tag: FILEUTILS-4_0v~48 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=08cd18bc457c12804c699611e18c1982be908884;p=thirdparty%2Fcoreutils.git include getstr.h --- diff --git a/lib/getline.c b/lib/getline.c index 8213a2e964..657ff32ee5 100644 --- a/lib/getline.c +++ b/lib/getline.c @@ -41,6 +41,8 @@ getline (char **lineptr, size_t *n, FILE *stream) #else /* ! have getdelim */ +# include "getstr.h" + int getline (char **lineptr, size_t *n, FILE *stream) {