diff options
author | phk <phk@FreeBSD.org> | 2000-12-07 22:19:06 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-12-07 22:19:06 +0000 |
commit | 8ae10410a695676e430db201496928e71af10cbc (patch) | |
tree | fa2487ac73dd5d75748c838adf7980c69082b3d8 /sys/dev/hea | |
parent | a16fcb08d3dbbaac77039427720a0a061ec1d319 (diff) | |
download | FreeBSD-src-8ae10410a695676e430db201496928e71af10cbc.zip FreeBSD-src-8ae10410a695676e430db201496928e71af10cbc.tar.gz |
Add back some now needed #include <sys/systm.h>
Fix various warnings while here anyway.
Diffstat (limited to 'sys/dev/hea')
-rw-r--r-- | sys/dev/hea/eni_intr.c | 1 | ||||
-rw-r--r-- | sys/dev/hea/eni_vcm.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hea/eni_intr.c b/sys/dev/hea/eni_intr.c index 4450627..f5f2f58 100644 --- a/sys/dev/hea/eni_intr.c +++ b/sys/dev/hea/eni_intr.c @@ -36,6 +36,7 @@ */ #include <sys/param.h> +#include <sys/systm.h> #include <sys/socket.h> #include <sys/syslog.h> #include <net/if.h> diff --git a/sys/dev/hea/eni_vcm.c b/sys/dev/hea/eni_vcm.c index ec3cd55..0af1f32 100644 --- a/sys/dev/hea/eni_vcm.c +++ b/sys/dev/hea/eni_vcm.c @@ -37,6 +37,7 @@ #include <sys/param.h> +#include <sys/systm.h> #include <sys/socket.h> #include <net/if.h> #include <netatm/port.h> |