diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-12-08 00:49:37 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-12-08 00:49:37 +0000 |
| commit | fa5e41c85df76f6b9aa6350d6f458df10b44f909 (patch) | |
| tree | c3cf05f4acafdc1fb306e2f8db2a1992e783118b | |
| parent | a41ce5d30b269b078b411f7b80e251adedaf0127 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ichsmb/ichsmb_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c index 8dfa6df54120..24c4423e8a1d 100644 --- a/sys/dev/ichsmb/ichsmb_pci.c +++ b/sys/dev/ichsmb/ichsmb_pci.c @@ -48,6 +48,7 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/errno.h> +#include <sys/mutex.h> #include <sys/syslog.h> #include <sys/bus.h> |
