summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/getline.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getline.c b/lib/getline.c
index 8213a2e96..657ff32ee 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)
{