diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2013-10-28 16:27:01 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2013-10-28 16:27:01 +0000 |
| commit | da276a9179532d938844222f6950ac9ca4f72b31 (patch) | |
| tree | b5a1876436c3b8d4029094b795940de1b3f63617 /sys/dev/cs | |
| parent | a7a36fea406cee34c2c0b1b5809c9c06a3088256 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cs')
| -rw-r--r-- | sys/dev/cs/if_cs_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cs/if_cs_isa.c b/sys/dev/cs/if_cs_isa.c index 2fabb7e2a074..27cb2a948d60 100644 --- a/sys/dev/cs/if_cs_isa.c +++ b/sys/dev/cs/if_cs_isa.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/kernel.h> #include <sys/socket.h> +#include <sys/callout.h> #include <sys/module.h> #include <sys/bus.h> |
