$NetBSD: patch-ae,v 1.2 2015/01/16 11:49:07 wiz Exp $ --- sentence.h.orig 2011-08-31 17:04:20.000000000 +0000 +++ sentence.h @@ -25,7 +25,13 @@ with this program. If not, write to the #define SENTENCE_H #include +#if defined(HAVE_NBCOMPAT_H) +#include +#include +#include +#else #include +#endif int endingInPossesiveS(const char *s, size_t length); void sentence(const char *cmd, FILE *in, const char *file, void (*process)(const char *, size_t, const char *, int, int, int, int), const char *lang);