diff --git a/sys/netinet/ip_log.c b/sys/netinet/ip_log.c index f6b3b59966b..889cf5d6752 100644 --- a/sys/netinet/ip_log.c +++ b/sys/netinet/ip_log.c @@ -5,8 +5,10 @@ * provided that this notice is preserved and due credit is given * to the original author and the contributors. * - * $Id: ip_log.c,v 1.1.1.2 1998/03/21 10:11:54 peter Exp $ + * $Id: ip_log.c,v 1.2 1998/03/21 11:34:14 peter Exp $ */ +#include "opt_ipfilter.h" + #ifdef IPFILTER_LOG # ifndef SOLARIS # define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4))) @@ -44,7 +46,7 @@ # endif # include # if !SOLARIS -# if (NetBSD > 199609) || (OpenBSD > 199603) +# if (NetBSD > 199609) || (OpenBSD > 199603) || defined(__FreeBSD__) # include # else # include @@ -73,7 +75,7 @@ # include # endif # if __FreeBSD_version >= 300000 -# include +# include # endif # include # include