--- src/scan.c.orig 1997-07-11 00:54:12 UTC +++ src/scan.c @@ -49,6 +49,9 @@ * $Author: yukio-m $ *****************************************************************/ +#ifdef HAVE_SYS_PARAM_H +#include +#endif #include #include @@ -58,7 +61,8 @@ #include #endif -#if !defined(bsdi) +#if (!defined(BSD) || (BSD < 199306)) +#error BSD #include #endif