include getstr.h

This commit is contained in:
Jim Meyering 2000-06-21 09:56:42 +00:00
parent c60941056f
commit 08cd18bc45

View File

@ -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)
{