$NetBSD: patch-ae,v 1.1 2007/12/04 00:57:40 bjs Exp $ --- sentence.h.orig 2007-07-30 16:44:18.000000000 -0400 +++ 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), const char *lang);