summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_log.c')
-rw-r--r--sys/netinet/ip_log.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/netinet/ip_log.c b/sys/netinet/ip_log.c
index 1c798708e11..a5d696631cb 100644
--- a/sys/netinet/ip_log.c
+++ b/sys/netinet/ip_log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_log.c,v 1.9 2001/01/17 04:47:14 fgsch Exp $ */
+/* $OpenBSD: ip_log.c,v 1.10 2001/01/30 04:23:56 kjell Exp $ */
/*
* Copyright (C) 1997-2000 by Darren Reed.
@@ -105,14 +105,14 @@
# ifndef _KERNEL
# include <syslog.h>
# endif
-# include "netinet/ip_compat.h"
+# include <netinet/ip_fil_compat.h>
# include <netinet/tcpip.h>
-# include "netinet/ip_fil.h"
-# include "netinet/ip_proxy.h"
-# include "netinet/ip_nat.h"
-# include "netinet/ip_frag.h"
-# include "netinet/ip_state.h"
-# include "netinet/ip_auth.h"
+# include <netinet/ip_fil.h>
+# include <netinet/ip_proxy.h>
+# include <netinet/ip_nat.h>
+# include <netinet/ip_frag.h>
+# include <netinet/ip_state.h>
+# include <netinet/ip_auth.h>
# if (__FreeBSD_version >= 300000)
# include <sys/malloc.h>
# endif