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/netatm/uni/sscf_uni_lower.c | |
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/netatm/uni/sscf_uni_lower.c')
-rw-r--r-- | sys/netatm/uni/sscf_uni_lower.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netatm/uni/sscf_uni_lower.c b/sys/netatm/uni/sscf_uni_lower.c index 02ffa6b..d8c3677 100644 --- a/sys/netatm/uni/sscf_uni_lower.c +++ b/sys/netatm/uni/sscf_uni_lower.c @@ -37,6 +37,7 @@ #include <sys/param.h> #include <sys/types.h> +#include <sys/systm.h> #include <sys/time.h> #include <sys/socket.h> #include <sys/socketvar.h> |