diff options
Diffstat (limited to 'sys/netinet/ip_log.c')
-rw-r--r-- | sys/netinet/ip_log.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/netinet/ip_log.c b/sys/netinet/ip_log.c index 7d6f0b1..9178c74 100644 --- a/sys/netinet/ip_log.c +++ b/sys/netinet/ip_log.c @@ -5,7 +5,7 @@ * provided that this notice is preserved and due credit is given * to the original author and the contributors. * - * $Id: ip_log.c,v 2.1.2.2 1999/09/21 11:55:44 darrenr Exp $ + * $Id: ip_log.c,v 2.5.2.1 2000/07/19 13:11:47 darrenr Exp $ * $FreeBSD$ */ #include <sys/param.h> @@ -26,7 +26,11 @@ # endif # endif # else -# include <osreldate.h> +# ifdef KLD_MODULE +# include <sys/osreldate.h> +# else +# include <osreldate.h> +# endif # endif #endif #ifdef IPFILTER_LOG |