$NetBSD: patch-ifp__routines.c,v 1.1 2015/07/09 12:00:14 jperkin Exp $ Use nbcompat. --- ifp_routines.c.orig 2005-12-03 16:55:06.000000000 +0000 +++ ifp_routines.c @@ -8,7 +8,12 @@ static const char rcsid[] = "$Id: ifp_ro #include #include #include +#if defined(HAVE_NBCOMPAT_H) +#include +#include +#else #include +#endif #include #include "unicodehack.h"