aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-30 20:37:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-30 20:37:01 +0000
commit8879e52387c6dabd581fe55a04f15a8fa676524c (patch)
treec8d20607759c850e9d1393c70b501fdc55ab2c8e /sys/dev/hea
parent54dfbb1460016a28f4fda1277770a2841ad4d240 (diff)
Notes
Diffstat (limited to 'sys/dev/hea')
-rw-r--r--sys/dev/hea/eni.c1
-rw-r--r--sys/dev/hea/eni_buffer.c1
-rw-r--r--sys/dev/hea/eni_if.c1
-rw-r--r--sys/dev/hea/eni_receive.c1
-rw-r--r--sys/dev/hea/eni_transmit.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c
index 97c1ee3ecc3b9..ae0da84d09a16 100644
--- a/sys/dev/hea/eni.c
+++ b/sys/dev/hea/eni.c
@@ -37,6 +37,7 @@
#include <sys/param.h>
#include <sys/kernel.h>
+#include <sys/systm.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/syslog.h>
diff --git a/sys/dev/hea/eni_buffer.c b/sys/dev/hea/eni_buffer.c
index 4b2a17f39243d..e116c83991b23 100644
--- a/sys/dev/hea/eni_buffer.c
+++ b/sys/dev/hea/eni_buffer.c
@@ -36,6 +36,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netatm/port.h>
diff --git a/sys/dev/hea/eni_if.c b/sys/dev/hea/eni_if.c
index a6ea86a7bc2da..ce396bf24ccc1 100644
--- a/sys/dev/hea/eni_if.c
+++ b/sys/dev/hea/eni_if.c
@@ -36,6 +36,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <net/if.h>
diff --git a/sys/dev/hea/eni_receive.c b/sys/dev/hea/eni_receive.c
index 932e0af0c0672..fd4eb983f7c23 100644
--- a/sys/dev/hea/eni_receive.c
+++ b/sys/dev/hea/eni_receive.c
@@ -36,6 +36,7 @@
*/
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c
index 2178f6bf13ac0..2f6f9450315c3 100644
--- a/sys/dev/hea/eni_transmit.c
+++ b/sys/dev/hea/eni_transmit.c
@@ -37,6 +37,7 @@
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>