$NetBSD: patch-ab,v 1.1 2007/12/04 00:57:39 bjs Exp $ --- diction.c.orig 2007-07-30 16:42:41.000000000 -0400 +++ diction.c @@ -35,13 +35,21 @@ with this program. If not, write to the #else #define _(String) String #endif +#if defined(HAVE_NBCOMPAT_H) +#include +#include +#include +#include +#include +#else +#include #include #include +#endif #include #include #include -#include "getopt.h" #include "misc.h" #include "sentence.h" /*}}}*/