=================================================================== RCS file: /cvs/mandoc/Attic/config.h.post,v retrieving revision 1.2 retrieving revision 1.6 diff -u -p -r1.2 -r1.6 --- mandoc/Attic/config.h.post 2011/07/24 18:15:14 1.2 +++ mandoc/Attic/config.h.post 2012/06/08 10:47:17 1.6 @@ -25,5 +25,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 */