$NetBSD: patch-af,v 1.1 2007/12/04 00:57:41 bjs Exp $ --- style.c.orig 2007-08-09 09:45:54.000000000 -0400 +++ style.c @@ -40,11 +40,18 @@ with this program. If not, write to the #define _(String) String #endif #include +#if defined(HAVE_NBCOMPAT_H) +#include +#include +#include +#include +#else +#include #include +#endif #include #include -#include "getopt.h" #include "misc.h" #include "sentence.h" /*}}}*/