=================================================================== RCS file: /cvs/mandoc/Attic/config.h.post,v retrieving revision 1.6.2.5 retrieving revision 1.6.2.6 diff -u -p -r1.6.2.5 -r1.6.2.6 --- mandoc/Attic/config.h.post 2014/01/04 13:49:22 1.6.2.5 +++ mandoc/Attic/config.h.post 2014/04/23 23:31:21 1.6.2.6 @@ -32,6 +32,9 @@ extern char *fgetln(FILE *, size_t *); extern int getsubopt(char **, char * const *, char **); extern char *suboptarg; #endif +#ifndef HAVE_REALLOCARRAY +extern void *reallocarray(void *, size_t, size_t); +#endif #ifndef HAVE_STRCASESTR extern char *strcasestr(const char *, const char *); #endif