=================================================================== RCS file: /cvs/mandoc/Attic/compat_fgetln.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mandoc/Attic/compat_fgetln.c 2011/12/13 11:26:12 1.1 +++ mandoc/Attic/compat_fgetln.c 2011/12/18 14:27:01 1.2 @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef HAVE_FGETLN int dummy;