diff options
Diffstat (limited to 'config.h.post')
-rw-r--r-- | config.h.post | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.post b/config.h.post index 62ce4ea6..39da2b2f 100644 --- a/config.h.post +++ b/config.h.post @@ -35,5 +35,8 @@ extern size_t strlcpy(char *, const char *, size_t); extern int getsubopt(char **, char * const *, char **); extern char *suboptarg; #endif +#ifndef HAVE_FGETLN +extern char *fgetln(FILE *, size_t *); +#endif #endif /* MANDOC_CONFIG_H */ |