=================================================================== RCS file: /cvs/mandoc/Attic/config.h.post,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/config.h.post 2014/01/04 13:40:01 1.8 +++ mandoc/Attic/config.h.post 2014/04/23 23:29:10 1.9 @@ -20,6 +20,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