$NetBSD: patch-aa,v 1.1.1.1 1999/01/14 20:28:54 frueauf Exp $ --- ncgen/ncgentab.c.orig Wed Sep 17 20:31:03 1997 +++ ncgen/ncgentab.c Sun Sep 27 12:15:56 1998 @@ -82,7 +82,13 @@ #include #endif +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include +#endif + +#ifndef BSD #include +#endif #ifdef __cplusplus