This commit is contained in:
Quanah Gibson-Mount
2017-08-08 15:30:45 -07:00
committed by Nico Williams
parent e007cdd0f4
commit 05d527706a

View File

@@ -36,8 +36,8 @@
#include <limits.h>
#include <stdlib.h>
#if !HAVE_DECL_GETLINE
ssize_t getline(char **lineptr, size_t *n, FILE *stream);
#ifndef HAVE_GETLINE
ssize_t libedit_getline(char **lineptr, size_t *n, FILE *stream);
#endif
#ifndef SSIZE_MAX