--- print-udp.c.orig 1993-04-22 20:40:29 UTC +++ print-udp.c @@ -39,10 +39,10 @@ static char rcsid[] = #include #include #include +#include #include #include #include -#include #include #ifdef TCPVIEW @@ -53,9 +53,16 @@ static char rcsid[] = /* These must come after interface.h for BSD. */ #if BSD >= 199006 #include -#include +#include +#if defined(__FreeBSD_version) && __FreeBSD_version >= 800100 +#include +#include +#include +#else +#include +#include #endif -#include +#endif #include "addrtoname.h" #include "appletalk.h"