aboutsummaryrefslogtreecommitdiff
path: root/include/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat.h')
-rw-r--r--include/compat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/compat.h b/include/compat.h
index 343dcf5..111168f 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -176,12 +176,6 @@ void w32_perror(const char *str);
#endif
#endif
-#ifndef HAVE_GETLINE
-#include <stdio.h>
-
-ssize_t getline(char **line, size_t *n, FILE *fp);
-#endif
-
#ifndef HAVE_STRNDUP
char *strndup(const char *str, size_t max_len);
#endif