Added a used #include.

"options KEY" is not in LINT, and consequently doesn't actually compile,
even with this change.
This commit is contained in:
bde 1998-02-25 06:41:47 +00:00
parent ab1cb38049
commit ddc3e46450

View File

@ -76,6 +76,7 @@ Research Laboratory (NRL).
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/domain.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/proc.h>
#include <sys/protosw.h>